|
@@ -51,7 +51,7 @@ public class AppSecondApplication {
|
|
System.setProperty("spring.profiles.active", env);
|
|
System.setProperty("spring.profiles.active", env);
|
|
}
|
|
}
|
|
SpringApplication.run(AppSecondApplication.class, args);
|
|
SpringApplication.run(AppSecondApplication.class, args);
|
|
- System.out.println("启动成功");
|
|
|
|
|
|
+ System.out.println("启动成功 update ");
|
|
}
|
|
}
|
|
|
|
|
|
@Bean
|
|
@Bean
|