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