Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cneeds-server
Overview
Overview
Details
Activity
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
zhangzr
cneeds-server
Commits
7435e5f3
Commit
7435e5f3
authored
Mar 06, 2020
by
zzrdark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改配置文件名字
parent
cb977d7d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
pom.xml
cneeds-common-data/pom.xml
+1
-0
pom.xml
cneeds-server-user/pom.xml
+8
-0
UserServerApplication.java
...java/com/mx/cneeds/server/user/UserServerApplication.java
+0
-2
application-dev.yml
cneeds-server-user/src/main/resources/application-dev.yml
+0
-0
No files found.
cneeds-common-data/pom.xml
View file @
7435e5f3
...
...
@@ -57,6 +57,7 @@
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql.version}
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.mx.cneeds
</groupId>
...
...
cneeds-server-user/pom.xml
View file @
7435e5f3
...
...
@@ -12,6 +12,9 @@
<artifactId>
cneeds-server-user
</artifactId>
<packaging>
jar
</packaging>
<properties>
<mysql.version>
8.0.16
</mysql.version>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
...
...
@@ -33,6 +36,11 @@
<artifactId>
cneeds-common-data
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql.version}
</version>
</dependency>
</dependencies>
<build>
...
...
cneeds-server-user/src/main/java/com/mx/cneeds/server/user/UserServerApplication.java
View file @
7435e5f3
package
com
.
mx
.
cneeds
.
server
.
user
;
import
org.mybatis.spring.annotation.MapperScan
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.WebApplicationType
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.builder.SpringApplicationBuilder
;
import
org.springframework.cloud.netflix.eureka.EnableEurekaClient
;
import
springfox.documentation.swagger2.annotations.EnableSwagger2
;
/**
* @ClassName UserServerApplication
...
...
cneeds-server-user/src/main/resources/applica
it
on-dev.yml
→
cneeds-server-user/src/main/resources/applica
ti
on-dev.yml
View file @
7435e5f3
File moved
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