Skip to content
Snippets Groups Projects
application.properties 273 B
Newer Older
  • Learn to ignore specific revisions
  • Shrey Patel's avatar
    Shrey Patel committed
    
    
    spring.jpa.hibernate.ddl-auto=update
    
    Shrey Patel's avatar
    Shrey Patel committed
    spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/inventory
    spring.datasource.username=root
    
    spring.datasource.password=CSD@mysql-1872
    
    Shrey Patel's avatar
    Shrey Patel committed
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    #spring.jpa.show-sql: true