gateway的无效打印信息去除
This commit is contained in:
-2
@@ -20,8 +20,6 @@ public class JeroGatewayApplication implements CommandLineRunner {
|
||||
|
||||
public static void main(String[] args) {
|
||||
ConfigurableApplicationContext applicationContext = SpringApplication.run(JeroGatewayApplication.class, args);
|
||||
String userName = applicationContext.getEnvironment().getProperty("jero.test");
|
||||
System.err.println("user name :" +userName);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user