Skip to content
Snippets Groups Projects
Commit dab8797c authored by Riccardo Busetti's avatar Riccardo Busetti
Browse files

Add .jar files

parent 1922f439
No related branches found
No related tags found
No related merge requests found
### Java ###
classes
# Compiled class file
*.class
......@@ -12,7 +14,7 @@
.mtj.tmp/
# Package Files #
*.jar
#*.jar
*.war
*.nar
*.ear
......@@ -35,4 +37,7 @@ tmp/
local.properties
.settings/
.loadpath
.recommenders
\ No newline at end of file
.recommenders
### Intellij ###
.idea
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="microsoft.sqlserver.mssql.jdbc" level="project" />
<orderEntry type="library" name="jakarta.servlet-api-5.0.0" level="project" />
</component>
</module>
\ No newline at end of file
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment