An open API service indexing awesome lists of open source software.

https://github.com/jongfeel/jobro


https://github.com/jongfeel/jobro

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Jobro project mirror

## Overview

- 멘티 노혜림님이 진행하는 프로젝트를 같은 기능을 하는 다른 프로젝트 구성으로 진행

## 혜림님 구성

- Visual Studio Code
- Java
- Gradle
- Redis

## 내 구성

- Visual Studio Code
- Kotlin
- Gradle
- Redis

## Build

```text
$ gradlew build
BUILD SUCCESSFUL in 2s
6 actionable tasks: 6 up-to-date
```

## Run

```code
java -jar build/libs/jobro-0.0.1-SNAPSHOT.jar
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.1.RELEASE)
```

```code
gradle bootRun
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.1.RELEASE)
```

### Reference

- https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-running-your-application.html

## 혜림님 진행 상황

- Redis setup vis VM
- JPA
- Security

## 내 진행 상황

### Setup Redis

- [Redis](https://github.com/jongfeel/jobro/blob/master/Docs/Redis.md)