1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Implements insert and update mappers

This commit is contained in:
2011-12-25 16:30:06 -02:00
parent b2e84280ed
commit a55a1d55f6
34 changed files with 1049 additions and 572 deletions

View File

@@ -21,10 +21,10 @@
<database>
<jdbc>
<!-- Defines the connection URL used by JDBC to connect to the database. -->
<url>jdbc:derby:data/database/derby;create=true</url>
<url>jdbc:mysql://localhost/l2jserver2</url>
<!-- The engine used to connect to the database. -->
<engine>com.l2jserver.service.database.sql.DerbyDatabaseEngine</engine>
<engine>com.l2jserver.service.database.sql.MySQLDatabaseEngine</engine>
<!-- Whether or not the service should try to update and create missing
tables at startup. This should be disabled after the first server start as