Explorar el Código

make the server auto create GRN daily, and local won't

reset-do-picking-order
[email protected] hace 1 semana
padre
commit
b816527c7c
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. +4
    -0
      src/main/resources/application-prod.yml
  2. +1
    -1
      src/main/resources/application.yml

+ 4
- 0
src/main/resources/application-prod.yml Ver fichero

@@ -4,6 +4,10 @@ spring:
username: root
password: secret

scheduler:
postCompletedDnGrn:
enabled: true

m18:
config:
grant-type: password


+ 1
- 1
src/main/resources/application.yml Ver fichero

@@ -13,7 +13,7 @@ server:
# Set enabled: false to disable. Optional receiptDate: "yyyy-MM-dd" overrides for testing only.
scheduler:
postCompletedDnGrn:
enabled: true
enabled: false
# receiptDate: # leave unset for production (uses yesterday)

spring:


Cargando…
Cancelar
Guardar