Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
hroToOA
Project
Project
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
private-group
hroToOA
Commits
2ab5db2a
Commit
2ab5db2a
authored
Mar 23, 2021
by
chai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mybatis_plus
parent
c3625a14
Pipeline
#4209
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
pom.xml
pom.xml
+3
-0
bootstrap.yml
src/main/resources/bootstrap.yml
+29
-1
No files found.
pom.xml
View file @
2ab5db2a
...
...
@@ -66,6 +66,7 @@
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
<artifactId>
spring-cloud-alibaba-nacos-discovery
</artifactId>
<version>
2.1.0.RELEASE
</version>
<exclusions>
<exclusion>
<artifactId>
guava
</artifactId>
...
...
@@ -76,6 +77,7 @@
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
<artifactId>
spring-cloud-alibaba-nacos-config
</artifactId>
<version>
2.1.0.RELEASE
</version>
<exclusions>
<exclusion>
<artifactId>
guava
</artifactId>
...
...
@@ -86,6 +88,7 @@
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-openfeign
</artifactId>
<version>
2.1.2.RELEASE
</version>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
...
...
src/main/resources/bootstrap.yml
View file @
2ab5db2a
...
...
@@ -5,5 +5,33 @@ server:
#spring配置
spring
:
application
:
name
:
fundraising-website
name
:
hro-to-oa
cloud
:
nacos
:
discovery
:
server-addr
:
@
nacos.addr@
namespace
:
@
nacos.namespace@
config
:
server-addr
:
@
nacos.addr@
namespace
:
@
nacos.namespace@
group
:
@
nacos.group@
file-extension
:
yml
ext-config
:
-
data-id
:
shareconfig.yml
group
:
DEFAULT_GROUP
refresh
:
true
profiles
:
active
:
@
profiles.active@
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
servlet
:
multipart
:
max-file-size
:
40MB
max-request-size
:
40MB
############################## mybatis 配置 ######################################
mybatis
:
mapper-locations
:
classpath:daoMapper/*.xml
typeAliasesPackage
:
com.dianmi.domain.entity
configuration
:
map-underscore-to-camel-case
:
true
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