diff --git a/config/material.zip b/config/material.zip new file mode 100644 index 0000000..8379acd Binary files /dev/null and b/config/material.zip differ diff --git a/config/material/banner.txt b/config/material/banner.txt deleted file mode 100644 index 27cacb9..0000000 --- a/config/material/banner.txt +++ /dev/null @@ -1,10 +0,0 @@ -Spring Boot Version: ${spring-boot.version} -Spring Application Name: ${spring.application.name} - _ __ _ _ - (_) / _|(_)| | - _ __ _ _ ___ _ _ _ ______ | |_ _ | | ___ -| '__|| | | | / _ \ | | | || ||______|| _|| || | / _ \ -| | | |_| || (_) || |_| || | | | | || || __/ -|_| \__,_| \___/ \__, ||_| |_| |_||_| \___| - __/ | - |___/ \ No newline at end of file diff --git a/config/material/bootstrap-sgzb_cloud_dev.yml b/config/material/bootstrap-sgzb_cloud_dev.yml deleted file mode 100644 index 3af8f6a..0000000 --- a/config/material/bootstrap-sgzb_cloud_dev.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Spring -spring: - cloud: - loadbalancer: - # 关闭Ribbon的负载均衡器 - ribbon: - enabled: false - # 开启Nacos的负载均衡器 - nacos: - enabled: true - nacos: - discovery: - # 服务注册地址 - server-addr: 192.168.0.62:8848 - namespace: sgzb_cloud_dev_nw - config: - # 配置中心地址 - server-addr: 192.168.0.62:8848 - namespace: sgzb_cloud_dev_nw - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - -# 禁用Actuator端点的未经身份验证的访问 -management: - endpoint: - env: - enabled: false \ No newline at end of file diff --git a/config/material/bootstrap-sgzb_cloud_local.yml b/config/material/bootstrap-sgzb_cloud_local.yml deleted file mode 100644 index 144cf51..0000000 --- a/config/material/bootstrap-sgzb_cloud_local.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Spring -spring: - cloud: - loadbalancer: - # 关闭Ribbon的负载均衡器 - ribbon: - enabled: false - # 开启Nacos的负载均衡器 - nacos: - enabled: true - nacos: - discovery: - # 服务注册地址 - server-addr: 127.0.0.1:8848 - namespace: sgzb_cloud_dev_nw - config: - # 配置中心地址 - server-addr: 127.0.0.1:8848 - namespace: sgzb_cloud_dev_nw - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - -# 禁用Actuator端点的未经身份验证的访问 -management: - endpoint: - env: - enabled: false \ No newline at end of file diff --git a/config/material/bootstrap.yml b/config/material/bootstrap.yml deleted file mode 100644 index 3884ffb..0000000 --- a/config/material/bootstrap.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Tomcat -server: - port: 49302 - -# Spring -spring: - application: - # 应用名称 - name: sgzb-material - profiles: - # 环境配置 - active: sgzb_cloud_local - -sgzb: - site: nw - job: - settlementJobDay: 1 - settlementJobCron: "0 0 1 1 * ?" \ No newline at end of file diff --git a/config/material/logback.xml b/config/material/logback.xml deleted file mode 100644 index ed6c17d..0000000 --- a/config/material/logback.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - ${log.pattern} - - - - - - ${log.path}/info.log - - - - ${log.path}/info.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - INFO - - ACCEPT - - DENY - - - - - ${log.path}/error.log - - - - ${log.path}/error.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - ERROR - - ACCEPT - - DENY - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/config/material/template/template.xlsx b/config/material/template/template.xlsx deleted file mode 100644 index 157483b..0000000 Binary files a/config/material/template/template.xlsx and /dev/null differ