marinanekrassova / smartsafe

1 stars 0 forks source link

Setup ORM + JDBC drivers #7

Open marinanekrassova opened 7 years ago

marinanekrassova commented 7 years ago

As a Smartsafe developer, I want to use an object-relational mapping technology in order to cut down on boilerplate code.

Acceptance criteria:

marinanekrassova commented 7 years ago

So far, the service tests (which actually 'hit' the DB) will utilize the same schema as main application. Will create a new task for creating a separate schema for service tests, if it deems necessary later.

marinanekrassova commented 7 years ago

All related code committed.

Took much longer (~10h) than initially estimated due to some unpredictable impediments related to configuring Spring Boot with multi-module Maven project.

As the result, the structure of the project is substantially improved.