|
@@ -1,83 +1,10 @@
|
|
|
-server:
|
|
|
- port: 9095
|
|
|
- servlet:
|
|
|
- encoding:
|
|
|
- charset: UTF-8
|
|
|
- force: true
|
|
|
- enabled: true
|
|
|
-# servlet:
|
|
|
-# context-path: /business
|
|
|
+# 该文件配置会继承bootstrap.xml,只需要配置数据库等差异配置
|
|
|
spring:
|
|
|
- application:
|
|
|
- name: aj-report
|
|
|
- #上传图片大小限制为10MB
|
|
|
- servlet:
|
|
|
- multipart:
|
|
|
- max-file-size: 10MB
|
|
|
- # cloud:
|
|
|
-# nacos:
|
|
|
-# server-addr: 10.108.26.121:8848,10.108.26.145:8848
|
|
|
-# username: gaea
|
|
|
-# password: p@ss1234
|
|
|
-# config:
|
|
|
-# namespace: 5c6b6687-ad43-450f-88b6-e704ff78d83f
|
|
|
-# file-extension: yaml
|
|
|
-# discovery:
|
|
|
-# namespace: 5c6b6687-ad43-450f-88b6-e704ff78d83f
|
|
|
- jackson:
|
|
|
- date-format: yyyy-MM-dd HH:mm:ss
|
|
|
- messages:
|
|
|
- basename: i18n/messages
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.108.26.197:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
|
|
|
username: root
|
|
|
password: appuser@anji
|
|
|
-# 禁用redis,使用ehcache
|
|
|
-# redis:
|
|
|
-# host: 10.108.26.197
|
|
|
-# port: 6379
|
|
|
-# password: appuser@anji
|
|
|
-# database: 1
|
|
|
-
|
|
|
- flyway:
|
|
|
- baseline-on-migrate: true
|
|
|
- #数据库连接配置
|
|
|
- url: ${spring.datasource.url}
|
|
|
- user: ${spring.datasource.username}
|
|
|
- password: ${spring.datasource.password}
|
|
|
- placeholder-replacement: false
|
|
|
- init-sqls:
|
|
|
- - CREATE DATABASE IF NOT EXISTS `aj_report` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
|
|
-generator:
|
|
|
- enabled: true
|
|
|
- workspace: /workspace/gaea
|
|
|
- templatePath: template
|
|
|
-mybatis-plus:
|
|
|
- configuration:
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- call-setters-on-nulls: true
|
|
|
- mapperLocations:
|
|
|
- - classpath*:/mapper/**/*.xml
|
|
|
- - classpath*:/modeler-mybatis-mappings/**/*.xml
|
|
|
-
|
|
|
-management:
|
|
|
- endpoints:
|
|
|
- web:
|
|
|
- base-path: /
|
|
|
-logging:
|
|
|
- config: classpath:logback.xml
|
|
|
-file:
|
|
|
- #上传对应本地全路径
|
|
|
- dist-path: /app/disk/upload/
|
|
|
- white-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi
|
|
|
- excelSuffix: .xlsx|.xls|.csv
|
|
|
- #上传对应下载的下载链接路径 http://serverip:9095/file/download
|
|
|
- downloadPath: http://10.108.26.197:9095/file/download
|
|
|
|
|
|
customer:
|
|
|
- # 跳过token验证和权限验证的url清单
|
|
|
- skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html
|
|
|
- user:
|
|
|
- ##新增用户默认密码
|
|
|
- default:
|
|
|
- password: 123456
|
|
|
+ file:
|
|
|
+ dist-path: D:\Workspace\AJ-Report\report-core\upload
|