Added 1 new file to the repository and Delete 1 file from the repository
This commit is contained in:
14
src/main/java/com/lab1/demo/DemoApplication — kopia.java
Normal file
14
src/main/java/com/lab1/demo/DemoApplication — kopia.java
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
package com.lab1.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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -7,6 +7,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
public class DemoApplication {
|
public class DemoApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Start application");
|
||||||
|
System.out.println("Modified application");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
class UserController {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user