본문 바로가기

Dev/Framework

SpringBoot + JSP

728x90

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

 

https://stackoverflow.com/questions/21243690/is-it-possible-with-spring-boot-to-serve-up-jsps-with-a-jar-packaging

 

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

 

https://cnpnote.tistory.com/entry/SPRING-Spring-%EB%B6%80%ED%8A%B8%EB%A1%9C-JAR-%ED%8C%A8%ED%82%A4%EC%A7%95%EC%9C%BC%EB%A1%9C-JSP%EB%A5%BC-%EC%A0%9C%EA%B3%B5-%ED%95%A0-%EC%88%98-%EC%9E%88%EC%8A%B5%EB%8B%88%EA%B9%8C

 

[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로 실행)