forked from s99722/GitLabolatorium
merge dev3
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
package com.example.demo;
|
|
||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
||||||
|
|
||||||
@SpringBootApplication
|
|
||||||
public class DemoApplication {
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
System.out.println("Start application");
|
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
|
||||||
}
|
|
||||||
@@ -10,5 +10,6 @@ public class DemoApplication {
|
|||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Komunikat Dev2");
|
System.out.println("Komunikat Dev2");
|
||||||
System.out.println("Komunikat Master");
|
System.out.println("Komunikat Master");
|
||||||
|
System.out.println("Komunikat Dev3");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|||||||
4
src/main/java/com/example/demo/controller/User.java
Normal file
4
src/main/java/com/example/demo/controller/User.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.example.demo.controller;
|
||||||
|
|
||||||
|
public class User {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.example.demo.controller;
|
||||||
|
|
||||||
|
public class UserControler {
|
||||||
|
}
|
||||||
0
user data.txt
Normal file
0
user data.txt
Normal file
Reference in New Issue
Block a user