File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 KAKAO_CLIENT_ID="${{ secrets.KAKAO_CLIENT_ID }}" \
7777 KAKAO_REDIRECT_URI="${{ secrets.KAKAO_REDIRECT_URI }}" \
7878 KAKAO_CLIENT_SECRET="${{ secrets.KAKAO_CLIENT_SECRET }}" \
79- nohup java -jar $JAR_NAME --spring.profiles.active=dev > app.log 2>&1 &
79+ nohup java -Duser.timezone=Asia/Seoul - jar $JAR_NAME --spring.profiles.active=dev > app.log 2>&1 &
8080
8181 echo "✅ 배포 완료"
8282
Original file line number Diff line number Diff line change 7676 KAKAO_CLIENT_ID="${{ secrets.KAKAO_CLIENT_ID }}" \
7777 KAKAO_REDIRECT_URI="${{ secrets.KAKAO_REDIRECT_URI }}" \
7878 KAKAO_CLIENT_SECRET="${{ secrets.KAKAO_CLIENT_SECRET }}" \
79- nohup java -jar $JAR_NAME --spring.profiles.active=prod > app.log 2>&1 &
79+ nohup java -Duser.timezone=Asia/Seoul - jar $JAR_NAME --spring.profiles.active=prod > app.log 2>&1 &
8080
8181 echo "✅ 배포 완료"
8282
Original file line number Diff line number Diff line change @@ -11,12 +11,26 @@ spring:
1111 jpa :
1212 hibernate :
1313 ddl-auto : validate
14+ show-sql : false
1415
1516 flyway :
1617 locations : classpath:db/migration
1718
1819server :
1920 port : 8080
21+ tomcat :
22+ accesslog :
23+ enabled : true
24+ directory : /home/ubuntu/saerok/accesslogs
25+ prefix : access_log_
26+ suffix : .log
27+ rotate : true
28+ pattern : ' %h %t "%m %U%q" %s %b %D'
29+
30+ logging :
31+ level :
32+ org.hibernate.SQL : off
33+ org.hibernate.type.descriptor.sql.BasicBinder : off
2034
2135swagger :
2236 server-url : https://dev-api.saerok.app
Original file line number Diff line number Diff line change @@ -11,12 +11,26 @@ spring:
1111 jpa :
1212 hibernate :
1313 ddl-auto : validate
14+ show-sql : false
1415
1516 flyway :
1617 locations : classpath:db/migration
1718
1819server :
1920 port : 8080
21+ tomcat :
22+ accesslog :
23+ enabled : true
24+ directory : /home/ubuntu/saerok/accesslogs
25+ prefix : access_log_
26+ suffix : .log
27+ rotate : true
28+ pattern : ' %h %t "%m %U%q" %s %b %D'
29+
30+ logging :
31+ level :
32+ org.hibernate.SQL : off
33+ org.hibernate.type.descriptor.sql.BasicBinder : off
2034
2135springdoc :
2236 swagger-ui :
You can’t perform that action at this time.
0 commit comments