http: port: 8080 jdbc: default: user: bap2_user pass: bap2_pass url: jdbc:mysql://localhost:3306/tenant_default?useSSL=true driverClassName: com.mysql.jdbc.Driver mutitenancy: user: bap2_user pass: bap2_pass url: jdbc:mysql://localhost:3306/ driverClassName: com.mysql.jdbc.Driver hibernate: hbm2ddl: auto: update dialect: org.hibernate.dialect.MySQLDialect show_sql: true multiTenancy: schema c3p0: minPoolSize: 2 maxPoolSize: 5 maxIdleTime: 600 maxStatements: 0 idleTestPeriod: 300 acquireIncrement: 1 amino: multitenancy: enabled: true tenantResolver: scope: request dataSource: db: mysql connectionPool: c3p0 spring: thymeleaf: cache: false management: shell: ssh: port: 2000 authTimeout: 600000 idleTimeout: 600000 auth: type: simple simple: user: name: bap2 password: bap2