GitHub / SebinYu / CodingFriends-REST-API
[REST API 서버] 개발자 스터디 모임 플랫폼 - 성능향상/ 대규모 트래픽 대처/ 추후 기능추가 및 확장 가능성
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebinYu%2FCodingFriends-REST-API
Stars: 4
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 78.2 MB
Dependencies parsed at:
25
Created at: over 2 years ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: github-actions, gradle, java, mybatis, mysql, pinpoint, redis, spring-boot, spring-data-jpa
.github/workflows/deploy.yml
actions
- actions/checkout v2 composite
- actions/setup-java v1 composite
- aws-actions/configure-aws-credentials v1 composite
build.gradle
maven
- org.springframework.boot:spring-boot-starter-data-redis * compile
- org.springframework.session:spring-session-data-redis * compile
- org.projectlombok:lombok * compileOnly
- com.github.ulisesbocchio:jasypt-spring-boot-starter 3.0.4 implementation
- com.querydsl:querydsl-jpa ${queryDslVersion} implementation
- org.bouncycastle:bcprov-jdk16 1.46 implementation
- org.mybatis.spring.boot:mybatis-spring-boot-starter 2.3.0 implementation
- org.redisson:redisson-spring-boot-starter 3.16.3 implementation
- org.springframework.boot:spring-boot-starter-cache * implementation
- org.springframework.boot:spring-boot-starter-data-jpa * implementation
- org.springframework.boot:spring-boot-starter-data-redis * implementation
- org.springframework.boot:spring-boot-starter-mail * implementation
- org.springframework.boot:spring-boot-starter-validation * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.retry:spring-retry * implementation
- org.springframework.session:spring-session-data-redis * implementation
- org.springframework:spring-aspects * implementation
- com.mysql:mysql-connector-j * runtimeOnly
- junit:junit 4.13.1 testImplementation
- org.junit.jupiter:junit-jupiter 5.5.2 testImplementation
- org.junit.platform:junit-platform-launcher 1.5.2 testImplementation
- org.springframework.boot:spring-boot-starter-test * testImplementation