Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neo4jRelation
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
qiuchaofei
neo4jRelation
Commits
a7b168a8
Commit
a7b168a8
authored
Feb 27, 2025
by
mahx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
74dba0da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
118 deletions
+4
-118
application-dev.yml
src/main/resources/application-dev.yml
+0
-49
application-local.yml
src/main/resources/application-local.yml
+0
-61
logback-custom.xml
src/main/resources/logback-custom.xml
+4
-8
No files found.
src/main/resources/application-dev.yml
deleted
100644 → 0
View file @
74dba0da
server
:
port
:
8289
spring
:
application
:
name
:
metadataRelation
data
:
neo4j
:
uri
:
http://192.168.0.143:7474
url
:
bolt://192.168.0.143:7687
username
:
neo4j
password
:
yuanyao
main
:
allow-bean-definition-overriding
:
true
datasource
:
url
:
jdbc:mysql://192.168.0.192:3306/p0?autoReconnect=true&useUnicode=true&characterEncoding=utf-8
username
:
p_test
password
:
p_test
initialization-mode
:
always
continue-on-error
:
true
hikari
:
maximum-pool-size
:
5
redis
:
host
:
192.168.0.100
port
:
6379
eureka
:
client
:
registerWithEureka
:
true
region
:
default
registryFetchIntervalSeconds
:
5
serviceUrl
:
defaultZone
:
http://192.168.0.111:8081/eureka/
instance
:
prefer-ip-address
:
true
security
:
permit
:
false
authUser
:
root
authPwd
:
pwd
mongodb
:
database
:
szsedev
uri
:
192.168.0.192
username
:
szse
password
:
szse
maxConnectionIdleTime
:
10000
\ No newline at end of file
src/main/resources/application-local.yml
deleted
100644 → 0
View file @
74dba0da
server
:
port
:
8289
spring
:
session
:
redis
:
namespace
:
p0
store-type
:
redis
application
:
name
:
metadataRelation
data
:
neo4j
:
uri
:
http://192.168.0.143:7474
url
:
bolt://192.168.0.143:7687
username
:
neo4j
password
:
yuanyao
main
:
allow-bean-definition-overriding
:
true
datasource
:
url
:
jdbc:mysql://dev-vm-00:3306/p0?autoReconnect=true&useUnicode=true&characterEncoding=utf-8
username
:
p_test
password
:
p_test
initialization-mode
:
always
continue-on-error
:
true
hikari
:
maximum-pool-size
:
5
redis
:
host
:
p-00
port
:
6379
eureka
:
client
:
registerWithEureka
:
true
region
:
default
registryFetchIntervalSeconds
:
5
serviceUrl
:
defaultZone
:
http://p-01:8081/eureka/
#instance:
# prefer-ip-address: true
security
:
permit
:
false
authUser
:
root
authPwd
:
pwd
mongodb
:
database
:
szsedev
uri
:
dev-vm-00
username
:
szse
password
:
szse
maxConnectionIdleTime
:
10000
management
:
metrics
:
tags
:
application
:
${spring.application.name}
endpoints
:
health
:
show-details
:
always
web
:
exposure
:
include
:
prometheus
src/main/resources/logback-custom.xml
View file @
a7b168a8
...
...
@@ -10,12 +10,12 @@
</appender>
<appender
name=
"fileout"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<file>
.
/metadatarelation.log
</file>
<file>
/data/logs/iapdgmetadatarelation
/metadatarelation.log
</file>
<rollingPolicy
class=
"ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"
>
<maxHistory>
30
</maxHistory>
<fileNamePattern>
./metadatarelation.log.%
{yyyy-MM-dd}.%i.log
</fileNamePattern>
<fileNamePattern>
/data/logs/iapdgmetadatarelation/metadatarelation.log.%d
{yyyy-MM-dd}.%i.log
</fileNamePattern>
<timeBaseFileNamingAndTriggeringPolicy
class=
"ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP"
>
<maxFileS
zie>
5MB
</maxFileSzi
e>
<maxFileS
ize>
5MB
</maxFileSiz
e>
</timeBaseFileNamingAndTriggeringPolicy>
</rollingPolicy>
...
...
@@ -39,12 +39,8 @@
</additionalField>
</appender>
<logger
name=
"metadata.relation"
>
<appender-ref
ref=
"logstash"
/>
</logger>
<root
level=
"INFO"
>
<appender-ref
ref=
"
std
out"
/>
<appender-ref
ref=
"
file
out"
/>
</root>
</configuration>
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