|
@@ -33,7 +33,7 @@ import java.util.Properties;
|
|
|
@AutoService(LauncherService.class)
|
|
|
public class LauncherServiceImpl implements LauncherService {
|
|
|
|
|
|
- private final String activeProfile = "prod";
|
|
|
+ private final String activeProfile = "dev";
|
|
|
|
|
|
@Override
|
|
|
public void launcher(SpringApplicationBuilder builder, String appName, String profile, boolean isLocalDev) {
|