Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- di
- Excel
- 구글
- MSSQL
- Generic
- SQL
- It
- jQuery
- JavaScript
- asp.net mvc
- 디자인패턴
- IT관련
- cookie
- 제네릭
- angularJS
- ADO.NET
- iframe
- XML
- 동적dom
- mvc
- 클래스
- IT 관련
- ASP.NET
- csv
- 메소드
- delegate
- c#
- LINQ
- Today
- 444
- Total
- 1,439,385
심재운 블로그
Spring Tool Suite 툴에서 war 을 배포하는 방법. 본문
Spring Tool Suite 툴에서 war 을 배포하는 방법.
먼저 저는 spring boot 로 프로젝트를 생성한 이유로 인해, 만약에 tomcat 과 관련된 부분을 pom.xml 에 넣었을 경우
war 배포시 오류가 발생합니다.
<!--
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
-->
Run As > Maven install 을 선택
로그 내용에, war 파일이 배포된 경로를 알려 줍니다.
왼쪽 솔루션 화면에서는 target 폴더 내부에 war 파일이 존재하는것도 보실 수 있습니다.
'프로그래밍 > JAVA' 카테고리의 다른 글
mac 환경에서 mysql 설치하기 (3) | 2017.04.17 |
---|---|
sts 툴에서 spring boot 개발시 jar 로 배포하기 (0) | 2017.04.16 |
Spring Tool Suite 툴에서 war 을 배포하는 방법. (0) | 2017.03.21 |
STS Spring Boot 로 프로젝트 생성 및 Hello, Spring Boot! 실행하기 (0) | 2017.03.15 |
IntelliJ 로 spring mvc + gradle 설정하기 (0) | 2017.02.08 |
java spring 동영상 강좌 (0) | 2017.01.05 |
0 Comments