mirror of
https://gitee.com/novel_dev_team/novel
synced 2026-07-20 17:52:45 +08:00
feat: 集成 mybatis-plus 和 mybatis-plus 代码生成器
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package io.github.xxyopen.novel;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
@MapperScan("io.github.xxyopen.novel.dao.mapper")
|
||||
public class NovelApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user