Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
江炜
/
spring-boot-admin-erp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b49146da
authored
Nov 19, 2018
by
flyxiaozhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
962130c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
core/pom.xml
service-api/src/main/resources/application.properties
service-api/src/main/resources/config/application-dev.properties
core/pom.xml
View file @
b49146da
...
...
@@ -45,6 +45,7 @@
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
8.0.11
</version>
</dependency>
<dependency>
...
...
service-api/src/main/resources/application.properties
View file @
b49146da
...
...
@@ -13,7 +13,6 @@ app.sign.field-name.time=timestamp
app.sign.field-name.secret
=
secret
############################## eureka client 配置 ############################
server.port
=
7030
spring.application.name
=
service-api
eureka.client.healthcheck.enabled
=
true
eureka.client.service-url.defaultZone
=
http://eureka-server:7000/eureka/
...
...
service-api/src/main/resources/config/application-dev.properties
View file @
b49146da
...
...
@@ -70,4 +70,4 @@ app.baishitong.trade-pwd=135974
app.baishitong.agt-no
=
18814135974
app.baishitong.notify-url
=
http://erp-api.mailejifen.com/callback/baishitongPhoneFee
server.port
=
8082
\ No newline at end of file
server.port
=
7030
\ No newline at end of file
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