Skip to content

simple rest api using java, springboot and mysql

Notifications You must be signed in to change notification settings

nick-hsiao/Beer-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer-API

simple rest api using java, springboot and mysql

Application.properties

application.properties file is not provided because environment variables are not working. the template is below:

spring.datasource.url=${mysql_url} spring.datasource.username=${mysql_username} spring.datasource.password=${mysql_pass} spring.jpa.hibernate.ddl-auto=update

spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect

Place this file in /src/main/resources and the application should run

About

simple rest api using java, springboot and mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages