@ -29,8 +29,8 @@ steps:
settings:
sonar_host: http://10.0.4.16:9000
sonar_token: squ_d37ffc4085858b55e0b379c68e09a8163b2ba81d
sonar_name: pert
sonar_key: pert
sonar_name: pert_test
sonar_key: pert_test
level: TRACE
showProfiling: true
branch: ${DRONE_BRANCH}
@ -18,7 +18,7 @@ public class ClientApplication {
public static void main(String[] args) {
System.out.println("demo2");
System.out.println("demo233");
SpringApplication.run(ClientApplication.class, args);
}