随笔分类 - springboot
摘要:一、环境 springboot:2.3.1.RELEASE dubbo:2.7.13 seata:1.8 nacos: zookeeper:3.7.1 java11 mysql8 依赖:以下版本经测试无依赖冲突 # 父工程springboot版本<parent> <groupId>org.sprin
阅读全文
摘要:添加依赖 在项目的pom.xml文件中添加 1 <dependency> 2 <groupId>org.freemarker</groupId> 3 <artifactId>freemarker</artifactId> 4 <version>${freemarker.version}</versi
阅读全文