Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
064a5c4a
Commit
064a5c4a
authored
Mar 09, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nacos server本地化采用jar方式启动,简化开发
parent
6d688a15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
18 deletions
+45
-18
jeecg-boot/jeecg-cloud-module/jeecg-cloud-nacos/src/main/resources/application.yml
+45
-18
No files found.
jeecg-boot/jeecg-cloud-module/jeecg-cloud-nacos/src/main/resources/application.yml
View file @
064a5c4a
server
:
server
:
port
:
8848
port
:
8848
servlet
:
contextPath
:
/nacos
tomcat
:
tomcat
:
basedir
:
logs
accesslog
:
enabled
:
true
pattern
:
'
%h
%l
%u
%t
"%r"
%s
%b
%D
%{User-Agent}i
%{Request-Source}i'
basedir
:
'
'
spring
:
datasource
:
platform
:
mysql
db
:
db
:
num
:
1
num
:
1
user
:
${MYSQL-USER:root}
password
:
password
:
${MYSQL-PWD:root}
'
0'
:
${MYSQL-PWD:root}
url
:
url
:
0
:
jdbc:mysql://${MYSQL-HOST:jeecg-boot-mysql}:${MYSQL-PORT:3306}/${MYSQL-DB:nacos}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
'
0'
:
jdbc:mysql://${MYSQL-HOST:jeecg-boot-mysql}:${MYSQL-PORT:3306}/${MYSQL-DB:nacos}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
user
:
'
0'
:
${MYSQL-USER:root}
management
:
metrics
:
export
:
elastic
:
enabled
:
false
influx
:
enabled
:
false
nacos
:
nacos
:
core
:
core
:
auth
:
auth
:
system.type
:
nacos
caching
:
default.token.secret.key
:
SecretKey012345678901234567890123456789012345678901234567890123456789
enabled
:
true
default
:
token
:
expire
:
seconds
:
18000
secret
:
key
:
SecretKey012345678901234567890123456789012345678901234567890123456789
enabled
:
false
system
:
type
:
nacos
istio
:
mcp
:
server
:
enabled
:
false
naming
:
empty-service
:
auto-clean
:
true
clean
:
initial-delay-ms
:
50000
period-time-ms
:
30000
security
:
security
:
ignore
:
ignore
:
urls
:
/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**
urls
:
/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-ui/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**
standalone
:
true
spring
:
\ No newline at end of file
datasource
:
platform
:
mysql
security
:
enabled
:
true
useAddressServer
:
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