Skip to content

Commit

Permalink
remove unused propery ctrip.appid (#4795)
Browse files Browse the repository at this point in the history
* remove unused propery ctrip.appid

* remove
  • Loading branch information
ZhangJian He authored Mar 19, 2023
1 parent b7af5cc commit 196c8f9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#
#Used for apollo-assembly
spring.application.name= apollo-adminservice
ctrip.appid= 100003172
server.port= 8090
logging.file.name= /opt/logs/100003172/apollo-adminservice.log
spring.jmx.default-domain = apollo-adminservice
3 changes: 0 additions & 3 deletions apollo-adminservice/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ spring:
hibernate:
metadata_builder_contributor: com.ctrip.framework.apollo.common.jpa.SqlFunctionsMetadataBuilderContributor

ctrip:
appid: 100003172

server:
port: 8090

Expand Down
3 changes: 0 additions & 3 deletions apollo-adminservice/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ spring:
server:
port: ${port:8090}

ctrip:
appid: 100003172

eureka:
instance:
hostname: ${hostname:localhost}
Expand Down
2 changes: 0 additions & 2 deletions apollo-configservice/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spring:
properties:
hibernate:
metadata_builder_contributor: com.ctrip.framework.apollo.common.jpa.SqlFunctionsMetadataBuilderContributor
ctrip:
appid: 100003171

server:
port: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#
#Used for apollo-assembly
spring.application.name= apollo-configservice
ctrip.appid= 100003171
server.port= 8080
logging.file.name= /opt/logs/100003171/apollo-configservice.log
spring.jmx.default-domain = apollo-configservice
3 changes: 0 additions & 3 deletions apollo-configservice/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ spring:
server:
port: ${port:8080}

ctrip:
appid: 100003171

eureka:
instance:
hostname: ${hostname:localhost}
Expand Down

0 comments on commit 196c8f9

Please sign in to comment.