https://github.com/mariuszs/spring-boot-web-jsp-example
mariuszs/spring-boot-web-jsp-example
Contribute to mariuszs/spring-boot-web-jsp-example development by creating an account on GitHub.
github.com
Is it possible with Spring Boot to serve up JSPs with a JAR packaging?
I'm familiar with the Spring Boot JSP sample application However that example uses the WAR packaging. Is it possible to do the same with JAR? My goal is to put ...
stackoverflow.com
[SPRING] Spring 부트로 JAR 패키징으로 JSP를 제공 할 수 있습니까?
Spring 부트로 JAR 패키징으로 JSP를 제공 할 수 있습니까? Spring Boot JSP 샘플 애플리케이션에 익숙합니다. 그러나이 예제는 WAR 패키지를 사용합니다. JAR 을 사용하여 동일한 작업을 수행 할 수 있습니까? 내..
cnpnote.tistory.com
주요내용.
maven 의 webapp 폴더 + Spring MVC 구조 생성
maven <packaging>war</packaging> + 실행 명령 java -jar target/xxxx.war (war 파일을 -jar로 실행)
'Dev > Framework' 카테고리의 다른 글
SpringBoot + JPA + QueryDSL (0) | 2019.12.05 |
---|---|
스프링 시큐리티를 이용한 로그인 처리 (0) | 2017.07.27 |
다국어 Message Resource 브라우져 언어 / 파라미터 처리 설정 #2 (0) | 2013.06.10 |
다국어 Message Resource 브라우져 언어 / 파라미터 처리 설정 (0) | 2013.05.16 |
<s:form> 태그 <form> 태그로 변환 되었을 때의 id 속성 값의 변화 (0) | 2010.12.23 |