feat: 增加用户中心模块,提供用户功能快速接入
This commit is contained in:
parent
726d9fd4e5
commit
079f1c9d5c
20
flyfish-user/pom.xml
Normal file
20
flyfish-user/pom.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>flyfish-framework</artifactId>
|
||||||
|
<groupId>com.flyfish.framework</groupId>
|
||||||
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<artifactId>flyfish-user</artifactId>
|
||||||
|
<description>flyfish用户中心模块,提供缺省的用户体系,按需添加</description>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
</project>
|
0
flyfish-user/src/main/resources/.gitkeep
Normal file
0
flyfish-user/src/main/resources/.gitkeep
Normal file
0
flyfish-user/src/test/java/.gitkeep
Normal file
0
flyfish-user/src/test/java/.gitkeep
Normal file
1
pom.xml
1
pom.xml
@ -39,6 +39,7 @@
|
|||||||
<module>flyfish-data</module>
|
<module>flyfish-data</module>
|
||||||
<module>flyfish-common</module>
|
<module>flyfish-common</module>
|
||||||
<module>flyfish-web</module>
|
<module>flyfish-web</module>
|
||||||
|
<module>flyfish-user</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user