feat(jwt): implement JWT-based authentication system
This commit is contained in:
4
.idea/compiler.xml
generated
4
.idea/compiler.xml
generated
@@ -8,10 +8,12 @@
|
||||
<processorPath useClasspath="false">
|
||||
<entry name="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.42/8365263844ebb62398e0dc33057ba10ba472d3b8/lombok-1.18.42.jar" />
|
||||
</processorPath>
|
||||
<module name="weblog-springboot.weblog-module-jwt.main" />
|
||||
<module name="weblog-springboot.weblog-web.test" />
|
||||
<module name="weblog-springboot.weblog-module-admin.test" />
|
||||
<module name="weblog-springboot.weblog-module-common.test" />
|
||||
<module name="weblog-springboot.weblog-module-admin.main" />
|
||||
<module name="weblog-springboot.weblog-module-jwt.test" />
|
||||
<module name="weblog-springboot.weblog-module-admin.test" />
|
||||
<module name="weblog-springboot.weblog-module-common.main" />
|
||||
<module name="weblog-springboot.weblog-web.main" />
|
||||
</profile>
|
||||
|
||||
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@@ -10,6 +10,7 @@
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/weblog-module-admin" />
|
||||
<option value="$PROJECT_DIR$/weblog-module-common" />
|
||||
<option value="$PROJECT_DIR$/weblog-module-jwt" />
|
||||
<option value="$PROJECT_DIR$/weblog-web" />
|
||||
</set>
|
||||
</option>
|
||||
|
||||
3
.idea/modules.xml
generated
3
.idea/modules.xml
generated
@@ -3,9 +3,8 @@
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/weblog-springboot.iml" filepath="$PROJECT_DIR$/weblog-springboot.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/weblog-module-admin/weblog-springboot.weblog-module-admin.main.iml" filepath="$PROJECT_DIR$/.idea/modules/weblog-module-admin/weblog-springboot.weblog-module-admin.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/weblog-module-common/weblog-springboot.weblog-module-common.main.iml" filepath="$PROJECT_DIR$/.idea/modules/weblog-module-common/weblog-springboot.weblog-module-common.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.main.iml" filepath="$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.test.iml" filepath="$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.test.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user