|
@@ -6,7 +6,7 @@ project.version=1.03
|
|
|
#spring.resources.add-mappings=true
|
|
|
spring.profiles.active=dev
|
|
|
local.nacos=127.0.0.1:8848
|
|
|
-dev.nacos=124.222.152.234:8848
|
|
|
+dev.nacos=127.0.0.1:8848
|
|
|
test.nacos=172.10.100.40:30848
|
|
|
pro.nacos=172.10.100.10:30308
|
|
|
spring.cloud.nacos.discovery.server-addr=${${spring.profiles.active}.nacos}
|
|
@@ -19,16 +19,22 @@ log.home=${${spring.profiles.active}.file.home}
|
|
|
#spring.cloud.nacos.config.group=dev
|
|
|
spring.cloud.nacos.config.prefix=cif
|
|
|
spring.cloud.nacos.config.file-extension=properties
|
|
|
+spring.web.resources.add-mappings=true
|
|
|
+spring.main.allow-circular-references=true
|
|
|
+springfox.documentation.enabled=false
|
|
|
#spring.cloud.nacos.config.ext-config[0].data-id=minio-${spring.profiles.active}.properties
|
|
|
#spring.cloud.nacos.config.ext-config[0].refresh=true
|
|
|
-spring.cloud.nacos.config.ext-config[0].data-id=mq-${spring.profiles.active}.properties
|
|
|
-spring.cloud.nacos.config.ext-config[0].refresh=true
|
|
|
-spring.cloud.nacos.config.ext-config[1].data-id=redis-${spring.profiles.active}.properties
|
|
|
-spring.cloud.nacos.config.ext-config[1].refresh=true
|
|
|
-spring.cloud.nacos.config.ext-config[2].data-id=xxljob-${spring.profiles.active}.properties
|
|
|
-spring.cloud.nacos.config.ext-config[2].refresh=true
|
|
|
+#spring.cloud.nacos.config.ext-config[0].data-id=mq-${spring.profiles.active}.properties
|
|
|
+#spring.cloud.nacos.config.ext-config[0].refresh=true
|
|
|
+#spring.cloud.nacos.config.ext-config[1].data-id=redis-${spring.profiles.active}.properties
|
|
|
+#spring.cloud.nacos.config.ext-config[1].refresh=true
|
|
|
+#spring.cloud.nacos.config.ext-config[2].data-id=xxljob-${spring.profiles.active}.properties
|
|
|
+#spring.cloud.nacos.config.ext-config[2].refresh=true
|
|
|
#spring.cloud.nacos.config.ext-config[3].data-id=alipay-${spring.profiles.active}.properties
|
|
|
#spring.cloud.nacos.config.ext-config[3].refresh=true
|
|
|
+spring.cloud.nacos.config.extension-configs[0]=mq-${spring.profiles.active}.properties
|
|
|
+spring.cloud.nacos.config.extension-configs[1]=redis-${spring.profiles.active}.properties
|
|
|
+spring.cloud.nacos.config.extension-configs[2]=${spring.application.name}-${spring.profiles.active}.properties
|
|
|
|
|
|
#spring.cloud.nacos.config.ext-config[5].data-id=rconsult-${spring.profiles.active}.properties
|
|
|
#spring.cloud.nacos.config.ext-config[5].refresh=true
|
|
@@ -38,42 +44,43 @@ spring.cloud.nacos.config.ext-config[2].refresh=true
|
|
|
dubbo.scan.base-packages=com.txz.${spring.application.name}.dubbo.impl
|
|
|
dubbo.protocol.name=dubbo
|
|
|
dubbo.protocol.port=-1
|
|
|
-dubbo.registry.file=${${spring.profiles.active}.file.home}/dubbo_${spring.application.name}_${server.port}.cache
|
|
|
+#dubbo.registry.file=${${spring.profiles.active}.file.home}/dubbo_${spring.application.name}_${server.port}.cache
|
|
|
dubbo.registry.address=nacos://${${spring.profiles.active}.nacos}
|
|
|
dubbo.cloud.subscribed-services=operating
|
|
|
dubbo.provider.dynamic=true
|
|
|
-dubbo.application.qos.enable=true
|
|
|
+dubbo.application.qos.enable=false
|
|
|
dubbo.application.qos.port=-1
|
|
|
dubbo.application.qos.accept.foreign.ip=true
|
|
|
dubbo.reference.com.foo.BarService.check=false
|
|
|
dubbo.reference.check=false
|
|
|
dubbo.consumer.check=false
|
|
|
dubbo.registry.check=false
|
|
|
+dubbo.registry.register=false
|
|
|
|
|
|
dubbo.service.min.thread.pool.size=200
|
|
|
dubbo.service.max.thread.pool.size=200
|
|
|
|
|
|
-management.endpoints.web.exposure.include=*
|
|
|
-management.endpoint.shutdown.enabled=true
|
|
|
-management.endpoints.web.base-path=/${spring.application.name}
|
|
|
-management.endpoints.web.path-mapping.shutdown=/shutThisBoot
|
|
|
-management.server.address=127.0.0.1
|
|
|
+#management.endpoints.web.exposure.include=*
|
|
|
+#management.endpoint.shutdown.enabled=true
|
|
|
+#management.endpoints.web.base-path=/${spring.application.name}
|
|
|
+#management.endpoints.web.path-mapping.shutdown=/shutThisBoot
|
|
|
+#management.server.address=127.0.0.1
|
|
|
dubbo.protocol.serialization=kryo
|
|
|
dubbo.protocol.optimizer=
|
|
|
server.undertow.worker-threads=256
|
|
|
local.job=http://8.219.117.74/xxl-job-admin
|
|
|
-dev.job=http://172.17.0.12:9096/xxl-job-admin
|
|
|
+dev.job=http://124.220.229.80:9096/xxl-job-admin
|
|
|
test.job=http://172.10.100.40:8080/xxl-job-admin
|
|
|
pro.job=http://172.10.100.40:8080/xxl-job-admin
|
|
|
-#dev.accessToken=
|
|
|
+dev.accessToken=
|
|
|
#test.accessToken=default_token
|
|
|
-#xxl.job.admin.addresses=${${spring.profiles.active}.job}
|
|
|
-#xxl.job.executor.appname=${spring.application.name}executor
|
|
|
-#xxl.job.accessToken=${${spring.profiles.active}.accessToken}
|
|
|
-#xxl.job.executor.ip=
|
|
|
-#xxl.job.executor.port=9999
|
|
|
-#xxl.job.executor.logpath=/var/logs/xxljob/${spring.application.name}/jobhandler
|
|
|
-#xxl.job.executor.logretentiondays=4
|
|
|
+xxl.job.admin.addresses=${${spring.profiles.active}.job}
|
|
|
+xxl.job.executor.appname=${spring.application.name}executor
|
|
|
+xxl.job.accessToken=${${spring.profiles.active}.accessToken}
|
|
|
+xxl.job.executor.ip=
|
|
|
+xxl.job.executor.port=9999
|
|
|
+xxl.job.executor.logpath=/var/logs/xxljob/${spring.application.name}/jobhandler
|
|
|
+xxl.job.executor.logretentiondays=4
|
|
|
|
|
|
logging.level.com.alibaba.nacos.client.naming=error
|
|
|
spring.jpa.show-sql=true
|