일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Database
- SpringSecurity
- 스프링부트
- postman
- RESTful
- Oracle11g
- Web
- tcping
- install
- apache
- 환경변수
- Tomcat #SpringFramework
- restapi
- Developer
- oracle
- SpringInitializer
- 스프링부트 #springboot #project #Intellij
- IntelliJ
- mssql
- Maven
- ojdbc
- mysql
- HATEOAS
- springboot
- springboot #controller #jsp
- 웹개발
- 스프링시큐리티
- sqldeveloper
- development
- undefined
Archives
- Today
- Total
목록springboot #controller #jsp (1)
여백에 도장 찍기
Spring boot - Controller JSP Return 하기.
Spring boot 프로젝트에서 Controller에 RequestMapping 시, JSP를 Return 하게 해보자. Settings 1) 관련 Dependency 추가 (pom.xml 파일에) javax.servlet jstl org.apache.tomcat.embed tomcat-embed-jasper 2) 디렉터리 생성 src/main/ 디렉터리 밑에 webapp/WEB-INF/jsp 디렉터리 생성하고, 해당 디렉터리 밑에 사용할 jsp 들을 넣는다고 하자. 3) application.properties 속성파일에 해당 jsp 를 참조할 수 있게 설정해준다. spring.mvc.view.prefix: /WEB-INF/jsp/ spring.mvc.view.suffix: .jsp Test Cont..
Web Framework/Spring Boot
2019. 4. 12. 15:43