# application-pro.yml spring: redis: database: 1 host: 192.168.0.253 password: boe@123 port: 6379 jpa: hibernate: ddl-auto: update open-in-view: false properties: hibernate: enable_lazy_load_no_trans: true datasource: driverClassName: com.mysql.jdbc.Driver db1: driverClassName: com.mysql.jdbc.Driver jdbc-url: jdbc:mysql://192.168.0.253:3306/boe_basic?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull username: root password: boe#1234A db2: driverClassName: com.mysql.jdbc.Driver jdbc-url: jdbc:mysql://192.168.0.253:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull username: root password: boe#1234A web: resources: static-locations: file:E:/Projects/BOE/java/static logging: level: org: hibernate: SQL: ERROR # type: # descriptor: # sql: # BasicBinder: TRACE config: classpath:log/logback-dev.xml xboe: api: cross_filter: true upload: file: temp_path: /tmp save_path: /home/www/elearning/upload http_path: http://192.168.0.253/upload inner: data: sync: baseurl: http://127.0.0.1:9090 jasypt: encryptor: algorithm: PBEWithMD5AndDES iv-generator-classname: org.jasypt.iv.NoIvGenerator