Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
entrance_api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王琮
entrance_api
Commits
687f0034
Commit
687f0034
authored
Nov 14, 2022
by
王琮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pom文件和配置文件
parent
4713f4c4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
192 additions
and
176 deletions
+192
-176
pom.xml
pom.xml
+2
-2
application-common.yml
src/main/resources/application-common.yml
+150
-162
application-dev-conf.yml
src/main/resources/application-dev-conf.yml
+40
-12
No files found.
pom.xml
View file @
687f0034
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<dependency>
<dependency>
<groupId>
org.91isoft
</groupId>
<groupId>
org.91isoft
</groupId>
<artifactId>
91isoft_spbt
</artifactId>
<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>-->
<!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
<!-- <exclusions>
<!-- <exclusions>
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</dependencies>
</dependencies>
<build>
<build>
<finalName>
nlt
_api
</finalName>
<finalName>
entrance
_api
</finalName>
<resources>
<resources>
<resource>
<resource>
<directory>
src/main/resources
</directory>
<directory>
src/main/resources
</directory>
...
...
src/main/resources/application-common.yml
View file @
687f0034
This diff is collapsed.
Click to expand it.
src/main/resources/application-dev-conf.yml
View file @
687f0034
redisIp
:
124.71.16.228
# redis
redisPort
:
6397
cy_redis
:
ip
:
124.71.16.228
mqIp
:
0.0.0.0
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
ip
:
124.71.16.228
port
:
13307
port
:
13307
username
:
root
username
:
root
password
:
root
password
:
root
db
:
entrance
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
:
cy
:
model
:
model
:
swagger2Config
:
true
swagger2Config
:
true
...
@@ -20,8 +51,7 @@ cy:
...
@@ -20,8 +51,7 @@ cy:
gateway
:
false
gateway
:
false
acAllowOrigin
:
'
*'
acAllowOrigin
:
'
*'
acAllowMethods
:
'
POST,
GET,
OPTIONS,
DELETE,PUT'
acAllowMethods
:
'
POST,
GET,
OPTIONS,
DELETE,PUT'
# chrome 52.0 * 不支持
acAllowHeaders
:
'
*'
acAllowHeaders
:
'
Authorization,*'
permit-all
:
permit-all
:
permitUnStatic
:
permitUnStatic
:
-
"
/static/**"
-
"
/static/**"
...
@@ -34,17 +64,15 @@ cy:
...
@@ -34,17 +64,15 @@ cy:
-
"
/excelUtil/**"
-
"
/excelUtil/**"
#- "/cros/**"
#- "/cros/**"
-
"
/nlttest/add/**"
-
"
/nlttest/add/**"
-
"
/nlttest/queryVersion/**"
-
"
/**/**"
#- "/**/**"
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
logoutSuccessUrl
:
"
/login"
logoutSuccessUrl
:
"
/login"
loginPage
:
"
/login"
loginPage
:
"
/login"
loginfailureUrl
:
"
/login-error.html"
loginfailureUrl
:
"
/login-error.html"
logging
:
logging
:
level
:
level
:
root
:
info
root
:
info
com.alibaba.nacos
:
info
com.alibaba.nacos
:
info
# root: debug
# com.alibaba.nacos: debug
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment