Class MySQLSourceConfig

java.lang.Object
pro.gravit.launchserver.auth.MySQLSourceConfig
All Implemented Interfaces:
AutoCloseable

public final class MySQLSourceConfig extends Object implements AutoCloseable
  • Field Details

    • TIMEOUT

      public static final int TIMEOUT
  • Constructor Details

    • MySQLSourceConfig

      public MySQLSourceConfig(String poolName)
    • MySQLSourceConfig

      public MySQLSourceConfig(String poolName, String address, int port, String username, String password, String database)
    • MySQLSourceConfig

      public MySQLSourceConfig(String poolName, DataSource source, boolean hikari)
  • Method Details