提交代码
parent
7faf93f596
commit
b6a010b6c8
|
@ -23,10 +23,10 @@ chestnut:
|
|||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8090
|
||||
port: 8081
|
||||
port: 8080
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
context-path: /YANZHU
|
||||
tomcat:
|
||||
# tomcat的URI编码
|
||||
uri-encoding: UTF-8
|
||||
|
|
|
@ -5,7 +5,7 @@ VUE_APP_TITLE = ChestnutCMS
|
|||
ENV = 'production'
|
||||
|
||||
# ChestnutCMS生产环境
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
VUE_APP_BASE_API = '/api'
|
||||
|
||||
# 访问地址
|
||||
VUE_APP_PATH = '/'
|
||||
VUE_APP_PATH = '/admin/'
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<version>1.3.21</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>FcNetCMS</name>
|
||||
<description>福彩网站管理系统</description>
|
||||
<name>YanZhuCMS</name>
|
||||
<description>研筑CMS后台管理系统</description>
|
||||
|
||||
<properties>
|
||||
<chestnut.version>1.3.21</chestnut.version>
|
||||
|
@ -104,18 +104,18 @@
|
|||
<version>${sa-token.verison}</version>
|
||||
</dependency>
|
||||
<!-- Sa-Token 整合 SpringAOP 实现注解鉴权 -->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>cn.dev33</groupId>
|
||||
<artifactId>sa-token-spring-aop</artifactId>
|
||||
<version>${sa-token.verison}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<!-- SaTokenRedisJackson-->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>cn.dev33</groupId>
|
||||
<artifactId>sa-token-dao-redis-jackson</artifactId>
|
||||
<version>${sa-token.verison}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<!-- 解析客户端操作系统、浏览器等 -->
|
||||
<dependency>
|
||||
|
@ -203,7 +203,7 @@
|
|||
<artifactId>jave-nativebin-linux64</artifactId>
|
||||
<version>${jave.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-nativebin-win64</artifactId>
|
||||
<version>${jave.version}</version>
|
||||
|
@ -212,7 +212,7 @@
|
|||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-nativebin-osx64</artifactId>
|
||||
<version>${jave.version}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<!-- 雪花ID -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue