Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-parent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 30de9482
authored
May 12, 2021
by
ypenglv
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改编码
1 parent
432f8c4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
19 deletions
nafmii-app/src/main/resources/application-dev.yml
pom.xml
nafmii-app/src/main/resources/application-dev.yml
View file @
30de948
...
@@ -10,7 +10,6 @@ logging:
...
@@ -10,7 +10,6 @@ logging:
config
:
classpath:logback-spring.xml
config
:
classpath:logback-spring.xml
mybatis
:
mybatis
:
mapper-locations
:
classpath:mapper/*.xml
mapper-locations
:
classpath:mapper/*.xml
spring
:
spring
:
datasource
:
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
@@ -27,35 +26,26 @@ spring:
...
@@ -27,35 +26,26 @@ spring:
pool-name
:
NFMII_HikariCP
pool-name
:
NFMII_HikariCP
connection-test-query
:
SELECT 1
connection-test-query
:
SELECT 1
redis
:
redis
:
# Redis
数据库索引(默认为0)
# Redis
数据库索引(默认为0)
database
:
0
database
:
0
# Redis
服务器地址
# Redis
服务器地址
host
:
127.0.0.1
host
:
127.0.0.1
port
:
6379
port
:
6379
# Redis
服务器连接密码(默认为空)
# Redis
服务器连接密码(默认为空)
password
:
password
:
jedis
:
jedis
:
pool
:
pool
:
#
连接池最大连接数(使用负值表示没有限制)
#
连接池最大连接数(使用负值表示没有限制)
max-active
:
20
max-active
:
20
max-wait
:
-1ms
max-wait
:
-1ms
max-idle
:
10
max-idle
:
10
min-idle
:
0
min-idle
:
0
timeout
:
1000ms
timeout
:
1000ms
zipkin
:
base-url
:
http://localhost:9411
enabled
:
true
sleuth
:
web
:
client
:
enabled
:
true
sampler
:
probability
:
1.0
#zipkin采集率 0.1表示 10%采集率
nafmii
:
nafmii
:
log-path
:
D:/NAFMII
log-path
:
D:/NAFMII
dao-uri
:
org.nafmii.app
dao-uri
:
org.nafmii.app
ftp
:
ftp
:
host
:
127.0.0.1
password
:
peng1003
prot
:
21
username
:
ypenglv
\ No newline at end of file
\ No newline at end of file
host
:
127.0.0.1
password
:
peng1003
prot
:
21
username
:
ypenglv
\ No newline at end of file
\ No newline at end of file
pom.xml
View file @
30de948
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
<module>
nafmii-quartz
</module>
<module>
nafmii-quartz
</module>
<module>
nafmii-app
</module>
<module>
nafmii-app
</module>
<module>
nafmii-mbg
</module>
<module>
nafmii-mbg
</module>
<module>
nafmii-monitor
</module>
</modules>
</modules>
</project>
</project>
Write
Preview
Markdown
is supported
Attach a file
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 post a comment