- Save and load the EMR document.
- Returns a list of words similar to the CDM.
- Returns a list of associations to EMR & CDM.
- Initialize the association relationship list.
- System project : https://github.com/Yonsei-Maist/cdm-recommender-system
- Spring Boot, 2.1.7.RELEASE
- Gradle, 4.10.2
- MongoDB
- Clone the repository
git clone https://github.com/Yonsei-Maist/cdm-recommender-api-server.git
- IDE Setup - lombok(Intllij)
1) In the menus bar, select File > Settings.
2) Select Plugins section, then click Browse repositories.
3) In the search box, write “Lombok”.
4) Select Lombok from the search results list, then click Install.
5) Restart IntelliJ.
To enable annotation processing for your project
1)In the menus bar, select File > Settings.
2) Select Build, Execution, Deployment > Compiler > Annotations Processors section.
3) Check “Enable annotation processing”, then click OK.
- Add application.yml - mongoDB
spring:
data:
mongodb:
host:
port:
database:
username:
password:
Mina Kim, Yonsei Univ. Researcher since 2020.08 ~ 2021.06
Chanwoo Gwon, Yonsei Univ. Researcher since 2021.05 ~
Mina Kim, [email protected] (2020.10 ~ 2021.06)
Chanwoo Gwon, [email protected] (2021.06. ~)