update
This commit is contained in:
parent
2992f4f408
commit
4f46de8d00
3330 changed files with 394553 additions and 76939 deletions
18
.config/Code/User/History/-727bfac5/7Oxb.xml
Normal file
18
.config/Code/User/History/-727bfac5/7Oxb.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<!-- <property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/testdb?ssl=true&sslmode=verify-ca</property> -->
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/hdcloudb</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
18
.config/Code/User/History/-727bfac5/QXRz.xml
Normal file
18
.config/Code/User/History/-727bfac5/QXRz.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<!-- <property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/testdb?ssl=true&sslmode=verify-ca</property> -->
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/hdcloudb</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.rutils.User"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
17
.config/Code/User/History/-727bfac5/TwAQ.xml
Normal file
17
.config/Code/User/History/-727bfac5/TwAQ.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/testdb?ssl=true&sslmode=verify-ca</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
18
.config/Code/User/History/-727bfac5/ZI4Y.xml
Normal file
18
.config/Code/User/History/-727bfac5/ZI4Y.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<!-- <property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/testdb?ssl=true&sslmode=verify-ca</property> -->
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/hdcloudb</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
1
.config/Code/User/History/-727bfac5/entries.json
Normal file
1
.config/Code/User/History/-727bfac5/entries.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":1,"resource":"file:///home/rafayahmad/Stuff/Coding/Java/HCloud/hcloudserver/src/main/resources/hibernate.cfg.xml","entries":[{"id":"yRVl.xml","timestamp":1720769267859},{"id":"TwAQ.xml","timestamp":1720769306354},{"id":"iJp5.xml","timestamp":1720769320942},{"id":"7Oxb.xml","timestamp":1720778849910},{"id":"ZI4Y.xml","timestamp":1720779330372},{"id":"QXRz.xml","timestamp":1720779413766}]}
|
18
.config/Code/User/History/-727bfac5/iJp5.xml
Normal file
18
.config/Code/User/History/-727bfac5/iJp5.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<!-- <property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/testdb?ssl=true&sslmode=verify-ca</property> -->
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/testdb</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
17
.config/Code/User/History/-727bfac5/yRVl.xml
Normal file
17
.config/Code/User/History/-727bfac5/yRVl.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://192.168.18.2:5432/test?ssl=true&sslmode=verify-ca</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psqldeb7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
Loading…
Add table
Add a link
Reference in a new issue