fix GsonHandler dbConfig
This commit is contained in:
@ -78,7 +78,7 @@ public class GiteaDBConfig {
|
|||||||
"com.imyeyu.api.modules.gitea.entity",
|
"com.imyeyu.api.modules.gitea.entity",
|
||||||
};
|
};
|
||||||
String[] typeHandlers = {
|
String[] typeHandlers = {
|
||||||
"com.imyeyu.api.handler"
|
"com.imyeyu.spring.handler"
|
||||||
};
|
};
|
||||||
|
|
||||||
SqlSessionFactoryBean bean = new SqlSessionFactoryBean();
|
SqlSessionFactoryBean bean = new SqlSessionFactoryBean();
|
||||||
|
|||||||
@ -98,7 +98,7 @@ public class TimiServerDBConfig {
|
|||||||
"com.imyeyu.api.modules.minecraft.entity"
|
"com.imyeyu.api.modules.minecraft.entity"
|
||||||
};
|
};
|
||||||
String[] typeHandlers = {
|
String[] typeHandlers = {
|
||||||
"com.imyeyu.api.handler"
|
"com.imyeyu.spring.handler"
|
||||||
};
|
};
|
||||||
|
|
||||||
SqlSessionFactoryBean bean = new SqlSessionFactoryBean();
|
SqlSessionFactoryBean bean = new SqlSessionFactoryBean();
|
||||||
|
|||||||
Reference in New Issue
Block a user