Implement basic login demo

This commit is contained in:
Lorenzo Dellacà
2021-08-03 00:39:21 +02:00
parent 569f0ea235
commit c0d8243016
10 changed files with 196 additions and 18 deletions

13
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="Commenting-Server" />
</profile>
</annotationProcessing>
</component>
</project>