Newer
Older
sample-kotlin-spring+mybatis / src / main / resources / application.properties
yhornisse on 12 Mar 2020 261 bytes Add Sample.
spring.datasource.driver-class-name=org.sqlite.JDBC
spring.datasource.url=jdbc:sqlite:/tmp/hoge.db
spring.datasource.username=
spring.datasource.password=

mybatis.typeAliasesPackage=com.example.sample.mapper
mybatis.mapperLocations=classpath*:/mapper/**/*.xml