spring-boot-tutorial
spring-boot-tutorial copied to clipboard
Spring boot app + Mybatis +db2
Hello,
I'm looking for a example for :
spring boot app (standalone but not webapp) + mybatis + db2 using annotation based.(insert and update)
I have tried using your example springboot2-mybatis-mysql-example but no luck.
example: springboot2-mybatis-mysql-example ??
How to get a data source in standalone app ? for inserts or updates ?
can you please have a similar for spring boot app + mybatis + db2 using annotation based.
thanks,