0621 - 페북 클론코딩

Jiyeong·2021년 6월 21일
0

Spring

목록 보기
10/17
post-thumbnail

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

profile
깃스타가 되고 싶은 벨플루언서

0개의 댓글