일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Git
- jenkins
- Gradle
- Spring Batch
- 맛집
- AWS
- Oracle
- tool
- JVM
- laravel
- php
- ReactJS
- Design Patterns
- javascript
- Spring
- MySQL
- IntelliJ
- linux
- springboot
- Web Server
- Spring Boot
- 요리
- ubuntu
- db
- elasticsearch
- it
- jsp
- java
- redis
- devops
Archives
- Today
- Total
목록view (1)
아무거나
[Spring Boot] Spring Boot에서 Tomcat연동 설정
[준비]해당 포스트는 IntelliJ IDE기반이므로 https://bkjeon1614.tistory.com/56을 참고하여 먼저 IntelliJ와 tomcat을 연동하자. 1. build.gradle dependencies 추가dependencies { ... providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat’ ... } 2. SpringBootServletInitializer에 configure추가 import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org..
Java & Kotlin/Spring
2019. 1. 7. 15:17