forked from s99670/lab2_99670
Merged develop_1 into master
This commit is contained in:
@@ -8,6 +8,7 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("2nd message");
|
||||
System.out.println("3rd message");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
public class UserController {
|
||||
}
|
||||
Reference in New Issue
Block a user