Skip to content

Commit

Permalink
test: fix test error after upgrade mybatis-spring-boot-starter to `…
Browse files Browse the repository at this point in the history
…2.2.2`
  • Loading branch information
oldratlee committed Jul 31, 2022
1 parent 25eaebc commit dd33f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* @author Frank Zhang
*/
@SpringBootApplication
@MapperScan("${package}.repository")
public class Application {

public static void main(String[] args) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
*
* @author Frank Zhang
*/
@SpringBootApplication(scanBasePackages = {"${package}","com.alibaba.cola"})
@MapperScan("${package}.repository")
@SpringBootApplication(scanBasePackages = {"${package}", "com.alibaba.cola"})
public class Application {

public static void main(String[] args) {
Expand Down

0 comments on commit dd33f02

Please sign in to comment.