JDK
MariaDB
HeidiSQL 혹은 편한 QueryTool
IntelliJ
boot하면 굳이 tomcat 노필요
application.properties에 refactor해서 .yml로 바꿔주기
classpath면 resources임
spring:
thymeleaf:
check-template-location: true
prefix: classpath:views/
suffix: .html
mode: HTML
cache: false
FTP(File Transfer Protocol) : 파일 다운로드하고 그러는 거
HTTP(프로토콜): Hyper Text Transfer Protocol(프로토콜) : 80
HTTPS : 443번
os,네트워크
<!-- https://mvnrepository.com/artifact/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect -->
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>2.5.3</version>
</dependency>
![](https://images.velog.io/images/jiyeong/post/f01da5a8-5048-45dd-9b6c-27e82229462b/image