해당 게시글은 개인 프로젝트인 "광고 관리 플랫폼 대행사 센터 제작" 중
#49~50 "GitHub 1.0.0 version 릴리즈 / Heroku 업로드, 어플리케이션 오픈" 이슈를 다루고 있습니다.
https://github.com/mrcocoball/agencyplatform-clone-coding
- GitHub 1.0.0 릴리즈 및 README 수정 완료
spring:
config.activate.on-profile: heroku
datasource:
url: ${JAWSDB_URL}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa.hibernate.ddl-auto: create
sql.init.mode: always
java.runtime.version=17
web: java $JAVA_OPTS -Dserver.port=$PORT -Dspring.profiles.active=heroku -jar build/libs/agencyplatform-clone-coding-1.0.0.jar
https://stackoverflow.com/questions/40572761/how-to-push-pull-with-gitkrakent-to-from-heroku