mirror of
https://github.com/Example-uPagge/spring-controlleradvice.git
synced 2024-06-14 11:22:33 +03:00
InitCommit Two
This commit is contained in:
parent
e61ac6c2bb
commit
1f3e8b75b3
@ -0,0 +1,13 @@
|
||||
package dev.struchkov.example.controlleradvice;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class SpringExampleApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SpringExampleApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
1
src/main/resources/application.yaml
Normal file
1
src/main/resources/application.yaml
Normal file
@ -0,0 +1 @@
|
||||
|
Loading…
Reference in New Issue
Block a user