04 2020 档案

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