springboot 열 배치 다시 시작하지 않음 정적 html 페이지 비엄격한 html 라벨 설정

1166 단어

    org.springframework.boot
    spring-boot-starter-thymeleaf



    net.sourceforge.nekohtml
    nekohtml

 

    
        
            org.springframework.boot
            spring-boot-maven-plugin
            
                
                true
            
        
    

 
spring:
  thymeleaf:
    encoding: UTF-8
    cache: false
    mode: LEGACYHTML5 # html 
    prefix: classpath:/templates/
    suffix: .html

 
다음 두 항목 설정
 
1) "File"-> "Settings"-> "Build, Execution, Deplyment"-> "Compiler"를 선택하고 "Build project automatically"를 선택합니다.
 
2) 조합 키: "Shift+Ctrl+Alt+/", "Registry"를 선택하고, "compiler.automake.allow.when.app.running"을 선택합니다.

좋은 웹페이지 즐겨찾기