forked from Igor_Niemiec/Lab2
Develop 3 Printl
This commit is contained in:
@@ -8,12 +8,10 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
<<<<<<< HEAD
|
||||
System.out.println("Develop_1 Console");
|
||||
System.out.println("Develop_2 Console");
|
||||
System.out.println("Develop_3 Console");
|
||||
UserEntity.Show();
|
||||
|
||||
>>>>>>> Develop_1
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user