Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Dec 9, 2024
1 parent 20523a8 commit 4d25811
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public class LocalConnectorRuntime {
public static void main(String[] args) {
// Comment this line if you are using the docker-compose.yml file instead of the
// docker-compose-core.yml file
System.setProperty(
AbstractEnvironment.ACTIVE_PROFILES_PROPERTY_NAME, "docker-core");
System.setProperty(AbstractEnvironment.ACTIVE_PROFILES_PROPERTY_NAME, "docker-core");
SpringApplication.run(ConnectorRuntimeApplication.class, args);
}
}

0 comments on commit 4d25811

Please sign in to comment.