thymeleaf
參考資料:
如何引入 thymeleaf
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'spring.thymeleaf.prefix=classpath:/templates //放模板
spring.thymeleaf.static-locations=classpath:/static//放靜態檔案Last updated
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'spring.thymeleaf.prefix=classpath:/templates //放模板
spring.thymeleaf.static-locations=classpath:/static//放靜態檔案Last updated