Start mysql server with docker compose up
In order to edit and compile the ts files, you must install some npm packages Install
cd src/main/resources/static/
sudo npm install -g typescript
npm install webpack-cli --save-dev
npm install webpack --save-dev
npm install ts-loader --save-dev
npm install typescript
npm install jquery
npm install @types/jqueryCompile
npm run buildOr, you can edit your run configuration to do this before launch by adding "run npm script" as a pre-build task
Make sure npm build runs before java build!