Skip to content

Commit

Permalink
♻️ refactor : Exclude DataSource
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 23, 2024
1 parent d9a377f commit 85c82d5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.web.server.ServerHttpSecurity;
import org.springframework.security.web.server.SecurityWebFilterChain;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;

@SpringBootApplication
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
public class ApiGatewayServiceApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit 85c82d5

Please sign in to comment.