部分注释、命名调整
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import java.net.URI;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author: wen.y
|
||||
* @author: aoshiguchen
|
||||
* @date: 2022/8/25
|
||||
*/
|
||||
public class CustomJavaFileObject implements JavaFileObject {
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author: wen.y
|
||||
* @author: aoshiguchen
|
||||
* @date: 2022/8/25
|
||||
*/
|
||||
public class DynamicClassLoader extends ClassLoader {
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ import java.util.List;
|
||||
@Slf4j
|
||||
@PreLoad("init")
|
||||
public class DBInitialize {
|
||||
private static List<String> initDataTableNameList = Lists.newArrayList("user", "license", "port_pool", "port_mapping", "job_qrtz_trigger_info");
|
||||
private static List<String> initDataTableNameList = Lists.newArrayList("user", "license", "port_pool", "port_mapping", "job_info");
|
||||
private static SqliteConfig sqliteConfig;
|
||||
private static JdbcTemplate jdbcTemplate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user