spring boot整合 beetlSQL和druid
我使用的版本 beetl v2.8.5beetlsql v2.10.30spring boot v1.5.12druid-spring-boot-starter v1.1.9 application.yml配置 beet-beetlsql: dev: true spring: datasource:...
我使用的版本 beetl v2.8.5beetlsql v2.10.30spring boot v1.5.12druid-spring-boot-starter v1.1.9 application.yml配置 beet-beetlsql: dev: true spring: datasource:...
我的版本 spring boot v1.5.12beetl v2.8.5 package top.itczw; import org.beetl.core.resource.ClasspathResourceLoader; import org.beetl.ext.spring.BeetlGroup...