Ver a proveniência

gradlew bootRun

# This command can simplily run the backend in cmd now
reset-do-picking-order
Fai Luk há 1 semana
ascendente
cometimento
003468bb68
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      build.gradle

+ 8
- 0
build.gradle Ver ficheiro

@@ -92,3 +92,11 @@ configurations {
kotlin {
jvmToolchain(17)
}

bootRun {
// Use db-local profile by default so datasource is loaded (application-db-local.yml).
// Override with: ./gradlew bootRun --args='--spring.profiles.active=prod'
if (!project.hasProperty('spring.profiles.active')) {
args '--spring.profiles.active=db-local'
}
}

Carregando…
Cancelar
Guardar