Skip to content

krowdfunding MSA 프로젝트를 실행하기 위한 설정 README.

Notifications You must be signed in to change notification settings

krowdfunding-projects/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

image

프로젝트를 실행하기 위한 준비물 🐡

  • mysql //username : fund password: 1234 default port 사용 (3306)
  • h2 // username : sa default port 사용 (8082)
  • redis // default port 사용 (6379)
  • kafka 카프카 설정 파티션은 3개로 해주고 log가 저장될 경로는 각자 알아서 지정.
  • elasticsearch // default port 사용 (9200)
  • zipkin // default port 사용 (9411)
## 프로젝트 실행 순서 🩹
1. run krowdFunding-EureakaServer
2. run KrowdFunding-ApiGateway
3. run KrowdFunding-ConfigServer
4. run KrowdFunding domainServer ex) ProductServer 
- 단, spring active profile jvm argument 값을 넣어야함 ex) local, prod , gcp
- 각 server.port는 0으로 해주세요 

각 datasource는 config-server에서 읽으며 구성파일은 여기서 프로파일 정보와 함께 읽어들임.

배포는 gcp에 할예정이며 spring,django,flask, java, kotlin, python언어는 상관없이 eureka를 바라볼 수 있게 개발하면 동작함. (다만 rewritepath필요)

스프링프레임워크를 사용할경우 필수 의존성 ⏰

implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-hateoas")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
implementation("org.springframework.cloud:spring-cloud-config-client")
implementation 'org.springframework.cloud:spring-cloud-sleuth-zipkin'
implementation 'org.springframework.cloud:spring-cloud-starter-sleuth'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'

runtimeOnly("com.h2database:h2")
runtimeOnly("mysql:mysql-connector-java")


//   optional(필수 사항 아닌 각 도메인 구현하는 사람의 필요하에 추가)
implementation("com.querydsl:querydsl-jpa:$querydslVersion")
implementation 'org.springframework.data:spring-data-elasticsearch:4.4.0'
implementation 'org.springframework.kafka:spring-kafka'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'io.jsonwebtoken:jjwt-api:0.11.1'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.1', 'io.jsonwebtoken:jjwt-jackson:0.11.1'
compileOnly 'org.projectlombok:lombok' //자바로 할사람만
annotationProcessor 'org.projectlombok:lombok'

현재 대략 구상안

image

d32237f759e71cd3c228c27b96601b73_1547457159_4914

About

krowdfunding MSA 프로젝트를 실행하기 위한 설정 README.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published