From 86c40ac2e4301677fad0de0eb4e6af97db708b69 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Mon, 27 Dec 2021 19:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/text.properties | 45 ------------------- 1 file changed, 45 deletions(-) delete mode 100644 web/src/main/resources/static/text.properties diff --git a/web/src/main/resources/static/text.properties b/web/src/main/resources/static/text.properties deleted file mode 100644 index ed36134e5..000000000 --- a/web/src/main/resources/static/text.properties +++ /dev/null @@ -1,45 +0,0 @@ -server.port = 8081 -quartz.ip = 127.0.0.1 -quartz.port = 8081 -MYSQL_DUMP = D:/MySQL/MySQL Server 5.5/bin/ -IMAGES_PATH = D:/project/images/ -jdbc.database.driverClassName = com.mysql.jdbc.Driver -jdbc.database.address = 192.168.0.108 -jdbc.database.path = jdbc:mysql://localhost:3306/${jdbc.database.name}?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true -jdbc.database.name = eve -jdbc.database.username = root -jdbc.database.password = 123456 -jdbc.maxActive = 10 -jdbc.initialSize = 1 -jdbc.poolPreparedStatements = true -jdbc.maxWait = 60000 -jdbc.maxPoolPreparedStatementPerConnectionSize = 33 -spring.resources.static-locations = classpath:/template/ -activiti.database.path = jdbc:mysql://localhost:3306/activitidb?useUnicode=true&characterEncoding=utf8&useSSL=false -activiti.database.username = root -activiti.database.password = 123456 -spring.thymeleaf.mode = LEGACYHTML5 -spring.thymeleaf.cache = false -activite.path = tcp://192.168.1.140:61616?wireFormat.maxInactivityDuration=30000&wireFormat.maxInactivityDurationInitalDelay=10000 -activite.username = admin -activite.password = WP!@#123 -redis.cluster = 192.168.1.140:9000,192.168.1.140:9001,192.168.1.140:9002,192.168.1.140:9003,192.168.1.140:9004,192.168.1.140:9005 -redis.commandTimeout = 1000 -spring.data.solr.host = http://192.168.0.140:8983/solr/custom_core -EMAIL_SMTP_HOST = smtp.qq.com -EMAIL_SMTP_SEND_USER = 598748873@qq.com -EMAIL_SMTP_SEND_PASSWORD = kgcfkcynnwqsbeja -spring.banner.location = banner.txt -management.endpoints.web.exposure.include = * -management.health.redis.enabled = false -management.health.solr.enabled = false -management.endpoints.health.sensitive = false -management.endpoint.health.show-details = ALWAYS -spring.boot.admin.client.url = http://127.0.0.1:8000 -spring.boot.admin.client.instance.service-base-url = http://localhost:8081 -spring.boot.admin.client.instance.name = skyeye -webroot.ndc = http://localhost:8081/ -system.sysWaterMark = skyeye云系列 | Copyright © 2018~2020 | author:卫志强 | 开源版地址:https://gitee.com/doc_wei01/skyeye -redis.single.host = 127.0.0.1 -redis.single.port = 6379 -redis.password = -- GitLab