diff --git a/.drone.yml b/.drone.yml index 2289c4f..4b1d8e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,8 @@ steps: settings: sonar_host: http://10.0.4.16:9000 sonar_token: squ_d37ffc4085858b55e0b379c68e09a8163b2ba81d - sonar_name: pert_test - sonar_key: pert_test + sonar_name: pert_test2 + sonar_key: pert_test2 level: TRACE showProfiling: true branch: ${DRONE_BRANCH} diff --git a/hly-service/hly-service-all/src/main/java/com/hlbd/provider/all/ClientApplication.java b/hly-service/hly-service-all/src/main/java/com/hlbd/provider/all/ClientApplication.java index 34aa5dc..33d2dad 100644 --- a/hly-service/hly-service-all/src/main/java/com/hlbd/provider/all/ClientApplication.java +++ b/hly-service/hly-service-all/src/main/java/com/hlbd/provider/all/ClientApplication.java @@ -18,7 +18,7 @@ public class ClientApplication { public static void main(String[] args) { - System.out.println("demo233"); + System.out.println("demo234"); SpringApplication.run(ClientApplication.class, args); }