Add message
This commit is contained in:
@@ -11,6 +11,7 @@ public class DemoApplication {
|
||||
System.out.println("Start application");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println("App running");
|
||||
System.out.println("add message from develop_3 branch");
|
||||
UserEntity.showUserEntityMessage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user