Prerequisites & References
These are some things you should do when you're using Wump, these are the required things to do
References
Prerequisites
Rename your config
#!/bin/bash
# Linux / Mac
mv src/_application.yml src/application.yml
# Windows
ren ./src/_application.yml ./src/application.ymlLast updated