Commit 687f0034 authored by 王琮's avatar 王琮

修改pom文件和配置文件

parent 4713f4c4
......@@ -41,7 +41,7 @@
<dependency>
<groupId>org.91isoft</groupId>
<artifactId>91isoft_spbt</artifactId>
<version>3.0.0_nlt.35</version>
<version>3.0.1_fk_beta2</version>
<!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
<!-- <exclusions>
......@@ -89,7 +89,7 @@
</dependencies>
<build>
<finalName>nlt_api</finalName>
<finalName>entrance_api</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
......
This diff is collapsed.
redisIp: 124.71.16.228
redisPort: 6397
mqIp: 0.0.0.0
# redis
cy_redis:
ip: 124.71.16.228
port: 6397
password: '123456'
nlt_db:
# rabbitMq
cy_mq:
ip: 106.2.17.236
port: 5677
username: mq
password: mq
# db
cy_db:
ip: 124.71.16.228
port: 13307
username: root
password: root
db: entrance
#cy_db:
# ip: 127.0.0.1
# port: 3306
# username: root
# password: 111111
# mongodb
cy_mongodb:
ip: 127.0.0.1
port: 27017
username: fox
password: fox
db: cy
authDb: cy
#cy_mongodb:
# ip: 124.71.16.228
# port: 27017
# username: admin
# password: 123456
# db: springboot
# authDb: springboot
cy:
model:
swagger2Config: true
......@@ -20,8 +51,7 @@ cy:
gateway: false
acAllowOrigin: '*'
acAllowMethods: 'POST, GET, OPTIONS, DELETE,PUT'
# chrome 52.0 * 不支持
acAllowHeaders: 'Authorization,*'
acAllowHeaders: '*'
permit-all:
permitUnStatic:
- "/static/**"
......@@ -34,17 +64,15 @@ cy:
- "/excelUtil/**"
#- "/cros/**"
- "/nlttest/add/**"
- "/nlttest/queryVersion/**"
#- "/**/**"
- "/**/**"
permitStatic: [ "/", "/*.html", "/favicon.ico", "/**/*.html", "/**/*.js", "/**/*.css" ]
logoutSuccessUrl: "/login"
loginPage: "/login"
loginfailureUrl: "/login-error.html"
logging:
level:
root: info
com.alibaba.nacos: info
# root: debug
# com.alibaba.nacos: debug
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment