feat(keyboard): 新增键盘用户管理模块
新增 keyboard-server 子模块,含用户 DO/Mapper/Service/Controller 全套代码; 补充错误码 KEYBOARD_USER_NOT_EXISTS; 主工程引入 keyboard-server 依赖并扩展包扫描路径。
This commit is contained in:
@@ -31,7 +31,11 @@
|
||||
<artifactId>yolo-module-infra</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.yolo</groupId>
|
||||
<artifactId>keyboard-server</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- spring boot 配置所需依赖 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user