测试355444

pull/9/head
zengsb 2 years ago
parent 9f015e73a6
commit af66a0fd3e
  1. 2
      .drone.yml
  2. 2
      hly-service/hly-service-all/src/main/java/com/hlbd/provider/all/ClientApplication.java

@ -10,5 +10,7 @@ steps:
sonar_token: sqp_1f8c46141040c583d8e1f81f4f8302230ee1317e
sonar_name: pert
sonar_key: pert
level: TRACE
showProfiling: true
node:
role: pi-runner

@ -18,8 +18,6 @@ public class ClientApplication {
public static void main(String[] args) {
System.out.println("111");
SpringApplication.run(ClientApplication.class, args);
}

Loading…
Cancel
Save