Skip to content

asherjawad/spring-boot-jpa-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-jpa-security

Spring DataSource

spring.datasource.url = jdbc:mysql://localhost:3306/studentdb spring.datasource.username = root spring.datasource.password = root spring.datasource.testWhileIdle = true spring.datasource.validationQuery = SELECT 1

JPA-Hibernate

spring.jpa.show-sql = true spring.jpa.hibernate.ddl-auto = create-drop spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect

spring.data.rest.basePath=/api

Security

spring.security.user.name = admin spring.security.user.password = isawesome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •