Skip to content

keke77/spring-data-jpa-sample

 
 

Repository files navigation

spring-multistore-config-sample

JPA2.x 관련 프로젝트로 Spring Data JPA + QueryDSL 사용 샘플링 프로젝트 입니다. (개발진행중)

Project Modules

  • Spring Data JPA
  • Spring Shared
  • Spring Web

MySQL DB Schema

Schema Desian

Building from source

InitScript

schema-mysql.sql를 실행하여 스키마와 샘플 데이터를 생성 합니다.

Environment

environment Properties 파일의 DB 접근 정보를 수정 합니다.

default.ds.jdbc.username=root
default.ds.jdbc.password=abcde12#

Import

IDE를 통해 Gradle Project로 Import 합니다.

Testing

All Test Repository 파일을 junit test를 실행하여 jpa 환경이 정상적인지 테스트 합니다.

Web Start

개발 진행 중

Related GitHub projects

About

spring-data-jpa-sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 76.9%
  • Groovy 19.6%
  • Shell 3.5%