fc
This commit is contained in:
parent
79c6c469a4
commit
a32bee900e
@ -11,4 +11,22 @@
|
|||||||
|
|
||||||
<artifactId>module-database-api</artifactId>
|
<artifactId>module-database-api</artifactId>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>basic-exception</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>basic-annotation</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>common</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -0,0 +1,11 @@
|
|||||||
|
package ink.wgink.database.api.controller;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ClassName: DemoController
|
||||||
|
* @Description:
|
||||||
|
* @Author: wanggeng
|
||||||
|
* @Date: 2022/1/18 11:08 AM
|
||||||
|
* @Version: 1.0
|
||||||
|
*/
|
||||||
|
public class DemoController {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user