mirror of https://github.com/jeecgboot/jeecg-boot
修改druid配置类名称
parent
7e71fa26d7
commit
b69a716b04
|
@ -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
|
Loading…
Reference in New Issue