diff --git a/CHANGELOG.md b/CHANGELOG.md index daeb37d..1803949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changes Log All notable changes to this project (DataCROP Model Repository) will be documented in this file. +--- +### [Release v0.2.0] - 2022-10-30 + +#### :chart_with_upwards_trend: Business Goal +* Instantiation of the Spring Boot Project with multiple properties files for different databases. ~ [Milestone 2](https://github.com/datacrop/maize-model-repository/milestone/2) + +#### :rocket: Added + +* `model-repository-server` + - [#8](https://github.com/datacrop/maize-model-repository/issues/8) + Instantiated the Spring Boot Project as a Maven Project with six modules: API, services, persistence, mysql, mongo, commons. ([@AngelaMariaDespotopoulou](https://github.com/AngelaMariaDespotopoulou)) + - [#9](https://github.com/datacrop/maize-model-repository/issues/9) +Created the following application.properties files: one generic, one for Mongo configurations, one for H2 JPA database and one for MySQL JPA database. +* `quick-dev-tools\docker-compose.yml` + - [#9](https://github.com/datacrop/maize-model-repository/issues/9) + Created docker-compose.yml file for local installation of a MongoDB and a MySQL container for development purposes. ([@AngelaMariaDespotopoulou](https://github.com/AngelaMariaDespotopoulou)) + + +#### :pencil2: Changed + +#### :wrench: Fixed --- ### [Release v0.1.0] - 2022-10-27 diff --git a/README.md b/README.md index 271df66..14eb131 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Implementation of databases based on the DataCROP Maize :corn: (V3.0) digital mo ## Directory contents Here follows a short introduction of the current directory's contents: * **[documentation](documentation)**: documentation of the component's [API](https://en.wikipedia.org/wiki/Application_programming_interface), as well as a [Swagger](https://swagger.io/) export in [JSON](https://en.wikipedia.org/wiki/JSON) format. +* **[model-repository-server](model-repository-server)**: the [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) [Spring Framework](https://spring.io/) project with the actual code of the component. * **[pictures](pictures)**: pictures folder for the present documentation. * **[quick-dev-tools](quick-dev-tools)**: quick setup helpers for development-only purposes on local machine. * **[samples](samples)**: sample data models of the basic logical entities in JSON format,