| | |
| | | include-stacktrace: ALWAYS |
| | | include-message: ALWAYS |
| | | servlet: |
| | | context-path: /jeecg-boot |
| | | context-path: |
| | | compression: |
| | | enabled: true |
| | | min-response-size: 1024 |
| | |
| | | enable: true |
| | | required: true |
| | | ## quartz定时任务,采用数据库方式 |
| | | #quartz: |
| | | # job-store-type: jdbc |
| | | # initialize-schema: embedded |
| | | # #定时任务启动开关,true-开 false-关 |
| | | # auto-startup: true |
| | | # #延迟1秒启动定时任务 |
| | | # startup-delay: 1s |
| | | # #启动时更新己存在的Job |
| | | # overwrite-existing-jobs: true |
| | | # properties: |
| | | # org: |
| | | # quartz: |
| | | # scheduler: |
| | | # instanceName: MyScheduler |
| | | # instanceId: AUTO |
| | | # jobStore: |
| | | # class: org.springframework.scheduling.quartz.LocalDataSourceJobStore |
| | | # driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate |
| | | # tablePrefix: QRTZ_ |
| | | # isClustered: true |
| | | # misfireThreshold: 12000 |
| | | # clusterCheckinInterval: 15000 |
| | | # threadPool: |
| | | # class: org.quartz.simpl.SimpleThreadPool |
| | | # threadCount: 10 |
| | | # threadPriority: 5 |
| | | # threadsInheritContextClassLoaderOfInitializingThread: true |
| | | quartz: |
| | | job-store-type: jdbc |
| | | initialize-schema: embedded |
| | | #定时任务启动开关,true-开 false-关 |
| | | auto-startup: true |
| | | #延迟1秒启动定时任务 |
| | | startup-delay: 1s |
| | | #启动时更新己存在的Job |
| | | overwrite-existing-jobs: true |
| | | properties: |
| | | org: |
| | | quartz: |
| | | scheduler: |
| | | instanceName: MyScheduler |
| | | instanceId: AUTO |
| | | jobStore: |
| | | selectWithLockSQL: SELECT* FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ? |
| | | # class: org.springframework.scheduling.quartz.LocalDataSourceJobStore |
| | | # driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate |
| | | # tablePrefix: QRTZ_ |
| | | # isClustered: true |
| | | # misfireThreshold: 12000 |
| | | # clusterCheckinInterval: 15000 |
| | | threadPool: |
| | | class: org.quartz.simpl.SimpleThreadPool |
| | | threadCount: 10 |
| | | threadPriority: 5 |
| | | threadsInheritContextClassLoaderOfInitializingThread: true |
| | | #json 时间戳统一转换 |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: GMT+8 |
| | | aop: |
| | | proxy-target-class: true |
| | | jpa: |
| | | open-in-view: false |
| | | database-platform: org.hibernate.dialect.SQLServerDialect |
| | | aop: |
| | | proxy-target-class: true |
| | | #配置freemarker |
| | | freemarker: |
| | | # 设置模板后缀名 |
| | |
| | | timeBetweenEvictionRunsMillis: 60000 |
| | | # 配置一个连接在池中最小生存的时间,单位是毫秒 |
| | | minEvictableIdleTimeMillis: 300000 |
| | | validationQuery: SELECT 1 FROM DUAL |
| | | validationQuery: SELECT 1 |
| | | testWhileIdle: true |
| | | testOnBorrow: false |
| | | testOnReturn: false |
| | |
| | | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
| | | datasource: |
| | | master: |
| | | url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: root |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | # 多数据源配置 |
| | | #multi-datasource1: |
| | | #url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
| | | # url: jdbc:sqlserver://192.168.0.29:1433;databasename=LXZN_TEST_430 |
| | | url: jdbc:sqlserver://30036q420j.yicp.fun:11047;databasename=LXZN_TEST_430 |
| | | # url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_430 |
| | | username: sa |
| | | # password: LXZN@1688 |
| | | # password: 123 |
| | | password: 123456 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | #url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
| | | #username: root |
| | | #password: root |
| | | #driver-class-name: com.mysql.cj.jdbc.Driver |
| | | # 多数据源配置 |
| | | #multi-datasource1: |
| | | # url: jdbc:sqlserver://192.168.0.118:1433;databasename=lxzn_test |
| | | # username: sa |
| | | # password: 123 |
| | | # driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | #redis 配置 |
| | | redis: |
| | | database: 0 |
| | | host: 192.168.1.199 |
| | | port: 6379 |
| | | password: '' |
| | | host: 127.0.0.1 |
| | | port: 6381 |
| | | password: |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |
| | |
| | | # 关闭MP3.0自带的banner |
| | | banner: false |
| | | db-config: |
| | | #主键类型 |
| | | #主键类型 0:"数据库ID自增",1:"该类型为未设置主键类型", 2:"用户输入ID",3:"全局唯一ID (数字类型唯一ID)", 4:"全局唯一ID UUID",5:"字符串全局唯一ID (idWorker 的字符串表示)"; |
| | | id-type: ASSIGN_ID |
| | | # 默认数据库表下划线命名 |
| | | table-underline: true |
| | |
| | | secretKey: ?? |
| | | endpoint: oss-cn-beijing.aliyuncs.com |
| | | bucketName: jeecgdev |
| | | staticDomain: https://static.jeecg.com |
| | | # ElasticSearch 设置 |
| | | # ElasticSearch 6设置 |
| | | elasticsearch: |
| | | cluster-name: jeecg-ES |
| | | cluster-nodes: 81.70.47.128:9200 |
| | | cluster-nodes: 127.0.0.1:9200 |
| | | check-enabled: false |
| | | # 在线预览文件服务器地址配置 |
| | | file-view-domain: http://127.0.0.1:8012 |
| | | file-view-domain: 127.0.0.1:8012 |
| | | # minio文件上传 |
| | | minio: |
| | | minio_url: http://minio.jeecg.com |
| | | minio_name: ?? |
| | | minio_pass: ?? |
| | | bucketName: ?? |
| | | bucketName: otatest |
| | | #大屏报表参数设置 |
| | | jmreport: |
| | | mode: prod |
| | | mode: dev |
| | | #数据字典是否进行saas数据隔离,自己看自己的字典 |
| | | saas: false |
| | | #是否需要校验token |
| | | is_verify_token: false |
| | | is_verify_token: true |
| | | #必须校验方法 |
| | | verify_methods: remove,delete,save,add,update |
| | | #xxl-job配置 |
| | |
| | | #开启生产环境屏蔽 |
| | | production: false |
| | | basic: |
| | | enable: true |
| | | enable: false |
| | | username: jeecg |
| | | password: jeecg1314 |
| | | #第三方登录 |