A new education app.
cp application_example.properties src/main/java/com/main/resources/application.properties
edit FIXME in src/main/java/com/main/resources/application.properties
Create a database name MiniSocial
(preferably), I'll use Liquibase to mirrage column and root data.
Import project as maven
Add application-local.properties
to src/main/resources
to config database.
minisocial.database.host=localhost
minisocial.database.name=e-teach
spring.datasource.username=<Your database name>
spring.datasource.password=<Your database password>
Writing...
|