04 2020 档案
摘要:1、下载git客户端到本地; 2、git初始化,在项目文件夹上或者该文件夹内右键git bash here: git init 后多出.git隐藏文件 3、设置用户名和邮箱到config:git config user.name '用户名' / git config user.email '邮箱'
阅读全文
摘要:如图: 解决办法:把resouces包下的css和js资源放开
阅读全文
摘要:首先说明,不需要在此处做任何配置: 1、引入thmeleaf模板引擎 <!-- thmeleaf模板引擎 --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thyme
阅读全文