janaganh / spring-boot-sample

spring-boot-recruit-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This a spring boot recruitment application

The application assumes there is running postgresql server

  1. please set up appropriate datasource settings in

a. src\main\resources\application.properties - spring datasource properties b. build.gradle - flyway configuration

  1. initialize the database using command gradlew flywayMigrate -i

  2. Run the application gradlew bootRun

Also note you can clean the database and again reinitialize gradlew flywayClean -i gradlew flywayMigrate -i

Developing vue with js if make any changes to web folder, run this command to update the spring boot app gradlew prod_build

About

spring-boot-recruit-app


Languages

Language:JavaScript 46.8%Language:Java 46.6%Language:Vue 6.1%Language:HTML 0.5%