mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
修改druid配置类名称
This commit is contained in:
@ -15,7 +15,7 @@ import java.util.Map;
|
|||||||
* @author eightmonth@qq.com
|
* @author eightmonth@qq.com
|
||||||
* @date 2024/4/8 11:37
|
* @date 2024/4/8 11:37
|
||||||
*/
|
*/
|
||||||
public class WallConfigRegister implements SpringApplicationRunListener {
|
public class DruidWallConfigRegister implements SpringApplicationRunListener {
|
||||||
|
|
||||||
public SpringApplication application;
|
public SpringApplication application;
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ public class WallConfigRegister implements SpringApplicationRunListener {
|
|||||||
* @param application
|
* @param application
|
||||||
* @param args
|
* @param args
|
||||||
*/
|
*/
|
||||||
public WallConfigRegister(SpringApplication application, String[] args) {
|
public DruidWallConfigRegister(SpringApplication application, String[] args) {
|
||||||
this.application = application;
|
this.application = application;
|
||||||
this.args = args;
|
this.args = args;
|
||||||
}
|
}
|
||||||
@ -1,2 +1,2 @@
|
|||||||
org.springframework.boot.SpringApplicationRunListener=\
|
org.springframework.boot.SpringApplicationRunListener=\
|
||||||
org.jeecg.config.WallConfigRegister
|
org.jeecg.config.DruidWallConfigRegister
|
||||||
Reference in New Issue
Block a user