Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 네트워크
- w3school
- ospf
- cisco packet
- rinux
- 정처기필기
- 자바
- jsp
- 버추얼머신
- NCS
- sql
- 정보처리기사
- autoset
- php
- javaee
- 원형그래프
- 네트워크관리사
- 리눅스
- 이것이 자바다
- 데이터베이스
- VLAN
- Cisco
- Oracle
- 참조타입
- 오라클
- 라우터
- ciscopacket
- html
- jsp연결
- Java
Archives
- Today
- Total
기록해! 정리해!
thymeleaf - hello 본문
323p.
351p.
1. 프로젝트 생성 : JAR에서만 사용가능하다
2. pom.xml 에 jsp 의존성 안넣어도된다
3. applicaton.properties에 Thymeleaf Cache Setting 설정하기
# 주석 ( none , servlet )
spring.main.web-application-type=servlet
server.port=8888
# 오라클 컨넥션 정보
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
spring.datasource.url =jdbc:oracle:thin:@localhost:1521:xe
spring.datasource.username=system
spring.datasource.password=1234
#### 다중 mapper 설정하기
mybatis.mapper-locations=classpath:mapper/**/*.xml
# Thymeleaf Cache Setting
spring.thymeleaf.cache = false
4.
5. BoardController
/hello와 hello 이름이 같아야함
6. hello.html
7. index.html
결과
'SpringBoot' 카테고리의 다른 글
thymeleaf - getBoardList 링크 (0) | 2022.10.14 |
---|---|
thymeleaf - getBoardList (0) | 2022.10.14 |
myBatis2 (7)- 자료실(사진삭제, space.jpg) (0) | 2022.10.13 |
myBatis2 (6)- 자료실(사진) (0) | 2022.10.13 |
myBatis2 (5)- 자료실(사진) (0) | 2022.10.13 |
Comments