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 | 31 |
Tags
- jsp연결
- 원형그래프
- cisco packet
- php
- 버추얼머신
- VLAN
- 리눅스
- 이것이 자바다
- rinux
- jsp
- 정처기필기
- ospf
- 정보처리기사
- 네트워크
- Oracle
- w3school
- autoset
- 참조타입
- Cisco
- html
- ciscopacket
- NCS
- 데이터베이스
- 라우터
- javaee
- Java
- 자바
- 오라클
- 네트워크관리사
- sql
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