| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- driverClassName: oracle.jdbc.OracleDriver
- username: YITOA_DATACENTER
- password: select!#%*(
- url: jdbc:oracle:thin:@10.1.81.208:11769:orcl
- initialSize: 10
- maxActive: 80
- minIdle: 10
- maxWait: 60000
- testOnBorrow: true
- testOnReturn: false
- testWhileIdle: true
- validationQuery: SELECT 1 FROM DUAL
- timeBetweenEvictionRunsMillis: 60000
- minEvictableIdleTimeMillis: 300000
- poolPreparedStatements: true
- maxPoolPreparedStatementPerConnectionSize: 80
- filters: stat
- removeAbandoned: true
- removeAbandonedTimeout: 1800
- http:
- encoding:
- force: true
- charset: UTF-8
- enabled: true
- message:
- encoding: UTF-8
- jpa:
- show-sql: false
- hibernate:
- ddl-auto: update
- database: oracle
- server:
- tomcat:
- uri_encoding: UTF-8
- port: 8088
- context-path: /uas_fbcustomer
- logging:
- level:
- org:
- hibernate:
- type: trace
- config: classpath:log/logback-prod.xml
- Task:
- Method: saveFbCustomer
- Cron: 0 50 02 * * ?
|