init telosys

This commit is contained in:
2025-10-16 17:23:51 +02:00
parent 34b48682a4
commit cdba66dae0
37 changed files with 1494 additions and 0 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

6
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="temurin-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

30
.idea/model.iml generated Normal file
View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/downloads" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/database-doc" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/database-sql-liquibase" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/database-sql-scripts" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/java-domain-example" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/java-jdbc" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/java-jpa-entities" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/java-rest-springboot-jpa-basic" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/multi-languages-basic-examples" />
<excludeFolder url="file://$MODULE_DIR$/TelosysTools/templates/plantuml" />
<excludeFolder url="file://$MODULE_DIR$/plantuml" />
<excludeFolder url="file://$MODULE_DIR$/sql" />
<excludeFolder url="file://$MODULE_DIR$/src" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/TelosysTools/templates" />
</list>
</option>
</component>
</module>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/model.iml" filepath="$PROJECT_DIR$/.idea/model.iml" />
</modules>
</component>
</project>

7
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>