欢迎来访JreCms,网站建设及模板提供商!
微信
在线客服QQ:644080923
收藏本站
帮助中心
关于我们
网站模板
网站模板
客户案例
建站教程
热搜:
代码授权
网站模板
客户案例
服务中心
建站教程
所有产品分类
网站模板
新闻资讯
博客媒体
图库图片
网络公司
信息科技
科技产品
客户案例
企业官网
综合门户
新闻媒体
购物商城
服务中心
系统部署
宝塔部署
证书安装
ICP备案
网站首页
网站模板
新闻资讯
博客媒体
图库图片
网络公司
信息科技
科技产品
客户案例
企业官网
综合门户
新闻媒体
购物商城
服务中心
系统部署
宝塔部署
证书安装
ICP备案
更多
建站教程
cms教程
cms文档
服务器教程
数据库教程
资源下载
快速入门
准备资料
导入项目
运行项目
公共标签
网站信息
子栏目列表
单个栏目
父栏目列表
根栏目列表
单个内容
内容列表
友情链接列表
分页
SQL列表
内容分页
jar包部署改造
Tomcat ROOT目录部署
1、pom文件使用以下内容: ```
4.0.0
springbootcms
springbootcms
1.0
jar
UTF-8
UTF-8
ali-maven
http://maven.aliyun.com/nexus/content/groups/public
true
true
always
fail
org.springframework.boot
spring-boot-starter-parent
2.3.12.RELEASE
org.springframework.boot
spring-boot-starter
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-jdbc
org.springframework.boot
spring-boot-starter-cache
com.alibaba
druid-spring-boot-starter
1.2.8
org.springframework.boot
spring-boot-starter-freemarker
org.springframework.boot
spring-boot-starter-quartz
net.sf.ehcache
ehcache
net.sf.ehcache
ehcache-web
2.0.4
com.baomidou
mybatis-plus-boot-starter
3.5.1
com.baomidou
mybatis-plus-generator
3.5.1
mysql
mysql-connector-java
org.projectlombok
lombok
commons-codec
commons-codec
org.quartz-scheduler
quartz
com.alibaba
fastjson
1.2.78
commons-io
commons-io
2.2
commons-logging
commons-logging
1.1.1
commons-beanutils
commons-beanutils
1.9.3
commons-lang
commons-lang
2.6
com.belerweb
pinyin4j
2.5.1
org.apache.commons
commons-email
1.4
org.apache.httpcomponents
httpclient
4.4.1
org.apache.httpcomponents
httpcore
4.4.1
org.apache.httpcomponents
httpmime
4.4.1
com.aliyun.oss
aliyun-sdk-oss
2.5.0
org.jsoup
jsoup
1.8.1
com.github.penggle
kaptcha
2.3.2
org.springframework.boot
spring-boot-maven-plugin
src/main/java
**/*.xml
true
src/main/resources
**/*.woff
**/*.woff2
**/*.eot
**/*.svg
**/*.ttf
true
src/main/resources
false
**/*.woff
**/*.woff2
**/*.eot
**/*.svg
**/*.ttf
``` 2、application.properties中的freemarker模块修改为以下内容 ``` #freemarker spring.freemarker.charset=UTF-8 spring.freemarker.suffix= spring.freemarker.content-type=text/html; charset=utf-8 spring.freemarker.template-loader-path=classpath:/ spring.freemarker.check-template-location=true spring.freemarker.expose-request-attributes=true spring.freemarker.expose-session-attributes=true spring.freemarker.request-context-attribute=request spring.freemarker.settings.classic_compatible=true spring.freemarker.settings.number_format=# spring.resources.static-locations=classpath:/ spring.mvc.static-path-pattern=/** ``` 3、把src/main/webapp里的文件挪到src/main/resources目录下 
QQ在线咨询
售前客服
微信客服
工作日 9:00-18:00