Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Updated CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaMariaDespotopoulou committed Oct 30, 2022
1 parent b32509e commit b70673f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b70673f

Please sign in to comment.