spring: datasource: druid: # url: jdbc:informix-sqli://localhost:9088/testdb:INFORMIXSERVER=informix #&useServerPrepStmts=true url: jdbc:mysql://localhost:3307/SYSDBA?character_set_results=utf8 # url: jdbc:mysql://192.168.1.55:3306/bit7 # url: jdbc:mysql://localhost:3307/BITBUCKET7?useServerPrepStmts=true username: root # username: informix # password: in4mix # password: 123456 password: Apurelove9014 # max-active: 20 # max-wait: 60000 # initial-size: 5 # connect-timeout: 30 # min-idle: 5 # min-evictable-idle-time-millis: 300000 # validation-query: select 1 # test-on-borrow: false # test-on-return: false # test-while-idle: false # time-between-eviction-runs-millis: 60000 # driver-class-name: com.informix.jdbc.IfxDriver driver-class-name: com.mysql.jdbc.Driver # com.mysql.cj.jdbc.Driver org.postgresql.Driver jpa: properties: hibernate: dialect: org.hibernate.dialect.InformixDialect format_sql: true mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl map-underscore-to-camel-case: true