Skip to content

shk3029/BoardJpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Springboot, jpa를 이용한 게시판

실행환경

  • SpringBoot, JPA, H2, PSQL, Docker
  • application.properties

spring.datasource.url=jdbc:postgresql://localhost:5432/springdata
spring.datasource.username=jongseon
spring.datasource.password=pass

spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.lab.non_contextal_creation = true
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false

spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true

logging.level..org.hibernate.type.descriptor.sql = trace

기능

  • 단순 SELECT, INSERT, DELETE 기능
  • Page, Sort

About

JPA 이용한 게시판

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages