Skip to content

Commit

Permalink
Update TaskWeaverApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bboggo authored Jan 11, 2024
1 parent b9ccde4 commit 227c04b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;

@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})

public class TaskWeaverApplication {

Expand Down

0 comments on commit 227c04b

Please sign in to comment.