--- src/main/java/com/munjaon/server/MunjaonServerApplication.java
+++ src/main/java/com/munjaon/server/MunjaonServerApplication.java
... | ... | @@ -2,8 +2,6 @@ |
| 2 | 2 |
|
| 3 | 3 |
import org.springframework.boot.SpringApplication; |
| 4 | 4 |
import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 5 |
-import org.springframework.boot.builder.SpringApplicationBuilder; |
|
| 6 |
-import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; |
|
| 7 | 5 |
import org.springframework.cache.annotation.EnableCaching; |
| 8 | 6 |
import org.springframework.scheduling.annotation.EnableScheduling; |
| 9 | 7 |
|
... | ... | @@ -11,14 +9,7 @@ |
| 11 | 9 |
@EnableScheduling |
| 12 | 10 |
@SpringBootApplication |
| 13 | 11 |
public class MunjaonServerApplication {
|
| 14 |
-//public class MunjaonServerApplication extends SpringBootServletInitializer {
|
|
| 15 |
- |
|
| 16 | 12 |
public static void main(String[] args) {
|
| 17 | 13 |
SpringApplication.run(MunjaonServerApplication.class, args); |
| 18 | 14 |
} |
| 19 |
- |
|
| 20 |
-// @Override |
|
| 21 |
-// protected SpringApplicationBuilder configure(SpringApplicationBuilder builder) {
|
|
| 22 |
-// return super.configure(builder); |
|
| 23 |
-// } |
|
| 24 | 15 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?