Skip to content

Commit

Permalink
修改druid配置类名称
Browse files Browse the repository at this point in the history
  • Loading branch information
EightMonth committed Apr 8, 2024
1 parent 7e71fa2 commit b69a716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author [email protected]
* @date 2024/4/8 11:37
*/
public class WallConfigRegister implements SpringApplicationRunListener {
public class DruidWallConfigRegister implements SpringApplicationRunListener {

public SpringApplication application;

Expand All @@ -27,7 +27,7 @@ public class WallConfigRegister implements SpringApplicationRunListener {
* @param application
* @param args
*/
public WallConfigRegister(SpringApplication application, String[] args) {
public DruidWallConfigRegister(SpringApplication application, String[] args) {
this.application = application;
this.args = args;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.springframework.boot.SpringApplicationRunListener=\
org.jeecg.config.WallConfigRegister
org.jeecg.config.DruidWallConfigRegister

0 comments on commit b69a716

Please sign in to comment.