摘要:
springboot2.x——集成mybatis和druid连接池 引入mybatis和druid依赖 配置打包方式 配置mybatis自动生成插件 完整的pom.xml 重点: 注意mybatis代码自动生成插件的xml文件(generatorConfig.xml)路径于pom配置匹配 注意gen 阅读全文
摘要:
springboot2.x——thymeleaf引擎模板 java的引擎模板主要有:thymeleaf、freemarker、volecity等等,有兴趣的可以去了解另外两个模板,此处只说thymeleaf。(三者的优点与缺点:https://blog.csdn.net/ztchun/article 阅读全文
摘要:
springboot2.x——依赖的统一管理 1、创建统一管理依赖库的项目:dependencies 这个项目仅仅对依赖库的管理,pom.xml文件简单引入springboot的父工程: 打包方式是pom形式。 2、创建hello项目测试,步骤与dependencies类似。不同的是:pom.xml 阅读全文