gradle bootRun
You might also want to use this useful operating system environment variable:
export JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=128M
References
http://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-running-your-application.html#using-boot-running-with-the-gradle-plugin
Related