10 2020 档案

摘要:Spring Boot中推荐使用Thymeleaf作为模板引擎.因为Thymeleaf提供了完美的SpringMVC支持. Thymeleaf是一个java类库,他是一个xml/xhtml/html5的模板引擎,可以作为mvc的web应用的view层。 我们把HTML页面放在classpath:/t 阅读全文
posted @ 2020-10-31 11:30 童未惜 阅读(32782) 评论(0) 推荐(2)
摘要:每次导入新项目就更改成默认的maven!!特别导入半天才发现简直气疯了!!于是百度了这个问题。 旧版本:Other Setting >Default Settings >设置maven >Apply >OK 新版方法:先file colse project关闭当前项目到启动页面 右下角点config 阅读全文
posted @ 2020-10-29 15:34 童未惜 阅读(3769) 评论(0) 推荐(1)
摘要:通过maven工程创建springboot项目 引入如下依赖 1 <!-- Inherit defaults from Spring Boot --> 2 3 <parent> 4 5 <groupId>org.springframework.boot</groupId> 6 7 <artifact 阅读全文
posted @ 2020-10-29 15:08 童未惜 阅读(545) 评论(0) 推荐(0)
摘要:先安装vue插件: file --> settings --> plugins-->vue.js-->install 设置vue文件模板。 file-->setting-->editor-->file and code Templates,选择Vue File,然后可以在右边框中编辑默认模板内容,编 阅读全文
posted @ 2020-10-13 12:34 童未惜 阅读(1860) 评论(0) 推荐(0)