이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
jason
/
FPSMS-backend
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
make the server auto create GRN daily, and local won't
reset-do-picking-order
[email protected]
1 주 전
부모
555964ba98
커밋
b816527c7c
2개의 변경된 파일
과
5개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/main/resources/application-prod.yml
+1
-1
src/main/resources/application.yml
+ 4
- 0
src/main/resources/application-prod.yml
파일 보기
@@ -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
파일 보기
@@ -13,7 +13,7 @@ server:
# Set enabled: false to disable. Optional receiptDate: "yyyy-MM-dd" overrides for testing only.
scheduler:
postCompletedDnGrn:
enabled:
tru
e
enabled:
fals
e
# receiptDate: # leave unset for production (uses yesterday)
spring:
쓰기
미리보기
불러오는 중...
취소
저장