# thymeleaf-demo **Repository Path**: tobybiao/thymeleaf-demo ## Basic Information - **Project Name**: thymeleaf-demo - **Description**: Spring Boot 中 使用Thymeleaf - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thymeleaf 使用 > 参考 > 1、https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html > 2、https://blog.csdn.net/qq_32923745/article/details/78257686 > 3、https://github.com/thymeleaf/thymeleafexamples-gtvg > 4、https://www.jianshu.com/p/a7056b023df0 > 5、https://stackoverflow.com/questions/30106659/how-to-include-message-properties-with-thymeleaf ## Docker 下使用 1、先在IDEA下点击dockerfile:build 构建镜像 2、命令行下运行 `docker run -p 8080:10080 -t tobybiao/thymeleaf-demo:0.0.1-SNAPSHOT` 3、浏览器输入`http://192.168.99.100:8080`(我的windows下Docker 使用的虚拟机ip是192.168.99.100,根据实际情况更换)