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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user