Skip to content

nkharabaruk/read-it

Repository files navigation

When using MySQL, it's important to create DB with UTF-8 encoding as default. Please use the following line:

CREATE DATABASE readit DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;

To start application simply execute this inside /rest:

gradle bootRun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published