Fetch the repository succeeded.
This action will force synchronization from 小翼/spring-boot-mybatis-sample, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#spring-boot-mybatis-sample
##简介 此sample主要展示的是在一个用Spring-Boot搭建的工程里,同时用2种方式连接2种关系型数据库:
由于想利用Spring-Boot的自动根据数据库连接URL判断DriverClass的机制,所以从Spring-Boot中拿出了DatabaseDriver类型(原DatabaseDriver是包内可见)
##数据库准备环境:
create table user( username varchar(10) ); insert into user values('lxy');(
联系方式:QQ:123219399 小翼
Sign in for post a comment
Comments ( 0 )