字典功能代码提交

This commit is contained in:
2024-10-30 20:37:42 +08:00
parent 24ba81ee6f
commit 740586b83b
20 changed files with 1228 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
package com.njcn.gather;
import lombok.extern.slf4j.Slf4j;
//import org.mybatis.spring.annotation.MapperScan;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@Slf4j
//@MapperScan("com.njcn.**.mapper")
@MapperScan("com.njcn.**.mapper")
@SpringBootApplication(scanBasePackages = "com.njcn")
public class EntranceApplication {