Mybatis activity in ThreadPool not working
I called a mybatis activity from a Springboot ThreadPool, and my datasource type is HikariDataSource. There are two activities in a function, one is delete and another is save.
I called a mybatis activity from a Springboot ThreadPool, and my datasource type is HikariDataSource. There are two activities in a function, one is delete and another is save.