Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
data2 committed Apr 14, 2021
1 parent 9a88669 commit 0204bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class PartitionController {
@Autowired(required = false)
@Qualifier("partitionDao")
@Mapper(file = "mapper", database = DataBase.PARTITION, name = "partitionDao")
@Mapper(file = "mapper", database = DataBase.partition, name = "partitionDao")
public Salmon salmon;

@RequestMapping("/partitioninsert")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class SalmonExampleApplication {
* @Mapper(file = "mapper", database = DataBase.JDBC, name = "simpleDap")
*/
@Resource(name = "simpleDao")
@Mapper(file = "mapper", database = DataBase.JDBC, name = "simpleDao")
@Mapper(file = "mapper", database = DataBase.jdbc, name = "simpleDao")
public Salmon salmon;

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

0 comments on commit 0204bbc

Please sign in to comment.