123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- csm:
-
- name: csm
-
- version: 0.0.1
-
- copyrightYear: 2024
-
- profile: /home/data1/csm/qrcode/
-
- addressEnabled: false
-
- captchaType: math
- server:
-
- port: 8089
- servlet:
-
- context-path: /
- tomcat:
-
- uri-encoding: UTF-8
-
- accept-count: 1000
- threads:
-
- max: 800
-
- min-spare: 100
- logging:
- level:
- com.technology: info
- org.springframework: info
- org.mybatis: warn
- org.apache.ibatis: warn
- user:
- password:
-
- maxRetryCount: 5
-
- lockTime: 10
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- driverClassName: com.mysql.cj.jdbc.Driver
- druid:
- core:
-
-
- url: jdbc:mysql://172.16.189.5:3306/csm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-
- username: csm
-
- password: Csm@2025
-
- initialSize: 5
-
- minIdle: 10
-
- maxActive: 20
-
- maxWait: 60000
-
- connectTimeout: 30000
-
- socketTimeout: 60000
-
- timeBetweenEvictionRunsMillis: 60000
-
- minEvictableIdleTimeMillis: 300000
-
- maxEvictableIdleTimeMillis: 900000
-
- validationQuery: SELECT 1 FROM DUAL
- testWhileIdle: true
- testOnBorrow: false
- testOnReturn: false
- webStatFilter:
- enabled: true
- statViewServlet:
- enabled: true
-
- allow:
- url-pattern: /druid/*
-
- login-username: wyc
- login-password: 123456
- filter:
- stat:
- enabled: false
-
- log-slow-sql: false
- slow-sql-millis: 1000
- merge-sql: false
- wall:
- config:
- multi-statement-allow: false
-
- messages:
-
- basename: i18n/messages
- profiles:
- active: pro
-
- servlet:
- multipart:
-
- max-file-size: 10MB
-
- max-request-size: 20MB
-
- devtools:
- restart:
-
- enabled: true
-
- redis:
-
- host: 1.94.209.147
-
- port: 6379
-
- database: 0
-
- password: redis01!
-
- timeout: 10s
- lettuce:
- pool:
-
- min-idle: 0
-
- max-idle: 8
-
- max-active: 8
-
- max-wait: 6000
- token:
-
- header: Authorization
-
- secret: abcdefghijklmnopqrstuvwxyz
-
- expireTime: 30
- mybatis:
-
- typeAliasesPackage: com.technology.**.domain
-
-
- mapperLocations: classpath:mapper/coremapper/*.xml,classpath:mapper/testmapper/*.xml
-
- configLocation: classpath:mybatis/mybatis-config.xml
- pagehelper:
- helperDialect: mysql
- supportMethodsArguments: true
- params: count=countSql
- swagger:
-
- enabled: true
-
- pathMapping: /dev-api
- xss:
-
- enabled: true
-
- excludes: /system/notice
-
- urlPatterns: /system/*,/monitor/*,/tool/*
- zx:
- userInfoUrl: https://ywtb.ga.tj.gov.cn/testserviceportal/web/mobile/singleLogin/getUserInfo
- loginUrl: https://ywtb.ga.tj.gov.cn/interfacemgt/outinterfaceauth/login
- secret: 001bfbf08f6a91906871e575c1f686b1
- userId: c523a58a-7535-4c7b-b1b9-667c97eabc06
- userKey: dgh93418ADHG38718AHG3509LJHAG92451AHqriuioq123456abc
- methodkey: 9b31d55c-1671-4215-a4fa-5faa0b75d5db
- outinterfaceUrl: https://ywtb.ga.tj.gov.cn/interfacemgt/outinterface/
- ctUrl: http://127.0.0.1
- redirectUrl: http://127.0.0.1:8089/api/technology/ewm?bzdzbm=
- csmCtMethodKey: 8668d87a-4644-4ac3-854b-af5bc76785b9
- getCsmListMethodKey: 7778d87a-4644-4ac3-854b-af5bc7678mc5
- getDdSelectMethodKey: 7878d87a-4644-4ac3-854b-af5bc7678mc5
- saveCsmMethodKey: 7978d87a-4644-4ac3-854b-af5bc7678mc5
- saveScanRecordMethodKey: 7178d87a-4644-4ac3-854b-af5bc7678mc5
- getAdressByBzdzbmMethodKey: 7278d87a-4644-4ac3-854b-af5bc7678mc5
- gdUrl: https://restapi.amap.com/v3/geocode/regeo
- feedbackMethodKey: 7378d87a-4644-4ac3-854b-af5bc7678mc5
|