mirror of
https://github.com/CarmJos/EasyConfiguration.git
synced 2026-06-04 10:38:19 +08:00
feat(sql): Support SQL sources
This commit is contained in:
@@ -14,8 +14,11 @@ import java.io.File;
|
|||||||
|
|
||||||
public class SQLConfigTest {
|
public class SQLConfigTest {
|
||||||
|
|
||||||
|
boolean local = false;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test() {
|
public void test() {
|
||||||
|
if (!local) return;
|
||||||
|
|
||||||
ConfigurationHolder<?> gsonHolder = JSONConfigFactory.from(new File("target/sql.json")).build();
|
ConfigurationHolder<?> gsonHolder = JSONConfigFactory.from(new File("target/sql.json")).build();
|
||||||
gsonHolder.initialize(DatabaseConfiguration.class);
|
gsonHolder.initialize(DatabaseConfiguration.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user