Initialer commit
This commit is contained in:
13
aufgaben-service/bin/main/META-INF/hibernate.cfg.xml
Normal file
13
aufgaben-service/bin/main/META-INF/hibernate.cfg.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE hibernate-configuration PUBLIC
|
||||
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
|
||||
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
|
||||
|
||||
<hibernate-configuration>
|
||||
<session-factory>
|
||||
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
|
||||
|
||||
<!-- Validate the database schema on startup -->
|
||||
<property name="hbm2ddl.auto">validate</property>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
||||
18
aufgaben-service/bin/main/META-INF/persistence.xml
Normal file
18
aufgaben-service/bin/main/META-INF/persistence.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
|
||||
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
|
||||
version="1.0" >
|
||||
|
||||
<persistence-unit name="registration"
|
||||
transaction-type="JTA">
|
||||
<provider>org.hibernate.ejb.HibernatePersistence</provider>
|
||||
<jta-data-source>java:/Aufgaben</jta-data-source>
|
||||
<properties>
|
||||
<property name="hibernate.dialect"
|
||||
value="org.hibernate.dialect.MySQLDialect" />
|
||||
<property name="hibernate.hbm2ddl.auto" value="update"/>
|
||||
</properties>
|
||||
</persistence-unit>
|
||||
</persistence>
|
||||
6
aufgaben-service/bin/main/WEB-INF/web.xml
Normal file
6
aufgaben-service/bin/main/WEB-INF/web.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><web-app version="5.0"
|
||||
xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd">
|
||||
|
||||
</web-app>
|
||||
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Aufgabe.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Aufgabe.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/AufgabeDAO.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/AufgabeDAO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Favorit.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Favorit.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/FavoritDAO.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/FavoritDAO.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/FavoritList.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/FavoritList.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ImageScaler.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ImageScaler.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Sperre.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Sperre.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/SperreDAO.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/SperreDAO.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/SperreEntity.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/SperreEntity.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Strafe.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Strafe.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/StrafeDAO.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/StrafeDAO.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/StrafeEntity.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/StrafeEntity.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Toy.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Toy.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ToyDAO.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ToyDAO.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ToyEntity.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ToyEntity.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ToyResource.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/ToyResource.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Werkzeug.class
Normal file
BIN
aufgaben-service/bin/main/de/oaa/xxx/aufgaben/Werkzeug.class
Normal file
Binary file not shown.
BIN
aufgaben-service/bin/main/femaleCB.png
Normal file
BIN
aufgaben-service/bin/main/femaleCB.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
1
aufgaben-service/bin/main/index.html
Normal file
1
aufgaben-service/bin/main/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>Was machst du hier?</h1>
|
||||
BIN
aufgaben-service/bin/main/knebel.png
Normal file
BIN
aufgaben-service/bin/main/knebel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
17
aufgaben-service/bin/main/log4j2.xml
Normal file
17
aufgaben-service/bin/main/log4j2.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Configuration status="INFO">
|
||||
<Appenders>
|
||||
<Console name="Console" target="SYSTEM_OUT">
|
||||
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</Console>
|
||||
<File name="MyFile" fileName="all.log" immediateFlush="false" append="false">
|
||||
<PatternLayout pattern="%d{yyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
|
||||
</File>
|
||||
</Appenders>
|
||||
<Loggers>
|
||||
<Root level="debug">
|
||||
<AppenderRef ref="Console" />
|
||||
<AppenderRef ref="MyFile"/>
|
||||
</Root>
|
||||
</Loggers>
|
||||
</Configuration>
|
||||
BIN
aufgaben-service/bin/main/maleCB.png
Normal file
BIN
aufgaben-service/bin/main/maleCB.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
aufgaben-service/bin/main/peitsche.png
Normal file
BIN
aufgaben-service/bin/main/peitsche.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
aufgaben-service/bin/main/plugs.png
Normal file
BIN
aufgaben-service/bin/main/plugs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
aufgaben-service/bin/main/sex.png
Normal file
BIN
aufgaben-service/bin/main/sex.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user