Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 530 Bytes

File metadata and controls

20 lines (16 loc) · 530 Bytes

Springboot-Web #SpringOne

Demo application deployment of a SpringBoot project. See more details at GitOps SpringBoot SpringOne Demo on AppZ

Set System Environment Variables for Mysql Database, Port, Username, Password

  • KEYS MYSQL_DB_HOST MYSQL_DB_NAME MYSQL_DB_PORT MYSQL_DB_USERNAME MYSQL_DB_PASSWORD

  • i.e: export MYSQL_DB_HOST="localhost" export MYSQL_DB_NAME="accountdb" export MYSQL_DB_PORT="3306" export MYSQL_DB_USERNAME="admin" export MYSQL_DB_PASSWORD="admin"