mirror of
https://github.com/201206030/novel.git
synced 2025-07-17 09:36:38 +00: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