Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
notice-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
back-end
notice-service
Commits
8c45efe3
Commit
8c45efe3
authored
May 25, 2020
by
huangcb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.redis客户端由jedis调整为lettuce;2.alibaba druid版本由1.1.21升级为1.1.22
parent
cfe03d08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
pom.xml
pom.xml
+6
-1
application-dev.yml
src/main/resources/application-dev.yml
+3
-3
application-test.yml
src/main/resources/application-test.yml
+3
-3
No files found.
pom.xml
View file @
8c45efe3
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<alibaba-nacos-discovery.version>
2.1.1.RELEASE
</alibaba-nacos-discovery.version>
<alibaba-nacos-discovery.version>
2.1.1.RELEASE
</alibaba-nacos-discovery.version>
<alibaba-nacos-config.version>
2.1.1.RELEASE
</alibaba-nacos-config.version>
<alibaba-nacos-config.version>
2.1.1.RELEASE
</alibaba-nacos-config.version>
<alibaba-fastjson.version>
1.2.62
</alibaba-fastjson.version>
<alibaba-fastjson.version>
1.2.62
</alibaba-fastjson.version>
<alibaba-druid.version>
1.1.2
1
</alibaba-druid.version>
<alibaba-druid.version>
1.1.2
2
</alibaba-druid.version>
<apache-commons-lang3.version>
3.7
</apache-commons-lang3.version>
<apache-commons-lang3.version>
3.7
</apache-commons-lang3.version>
<mybatisplus.version>
3.3.1
</mybatisplus.version>
<mybatisplus.version>
3.3.1
</mybatisplus.version>
</properties>
</properties>
...
@@ -65,6 +65,11 @@
...
@@ -65,6 +65,11 @@
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-redis
</artifactId>
<artifactId>
spring-boot-starter-data-redis
</artifactId>
</dependency>
</dependency>
<!--lettuce pool连接池-->
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-pool2
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
...
...
src/main/resources/application-dev.yml
View file @
8c45efe3
...
@@ -26,11 +26,11 @@ spring:
...
@@ -26,11 +26,11 @@ spring:
host
:
192.168.31.248
host
:
192.168.31.248
port
:
6379
port
:
6379
password
:
password
:
timeout
:
1
000
timeout
:
3
000
jedis
:
lettuce
:
pool
:
pool
:
max-active
:
8
max-active
:
8
max-wait
:
-1
max-wait
:
3000
max-idle
:
8
max-idle
:
8
min-idle
:
0
min-idle
:
0
#mybatis
#mybatis
...
...
src/main/resources/application-test.yml
View file @
8c45efe3
...
@@ -26,11 +26,11 @@ spring:
...
@@ -26,11 +26,11 @@ spring:
host
:
192.168.31.248
host
:
192.168.31.248
port
:
6379
port
:
6379
password
:
password
:
timeout
:
1
000
timeout
:
3
000
jedis
:
lettuce
:
pool
:
pool
:
max-active
:
8
max-active
:
8
max-wait
:
-1
max-wait
:
3000
max-idle
:
8
max-idle
:
8
min-idle
:
0
min-idle
:
0
#mybatis
#mybatis
...
...
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