This project is aimed for those people who want to have an online Groovy Console compatible with Groovy 3.0.6, this project is builtin with Micronaut.
- Groovy 3.0.9
- Micronaut 3.3.0
- Gradle 7.3.3
- Thymeleaf 2.2.1
- Bootstrap 5
./gradlew build
java -Dmicronaut.environments=local -jar build/libs/MicronautGroovyWebConsole-1.0-all.jar
Output
___ _
|_ | | |
| | _____ _____| |__ _ _ ___
| |/ _ \ \/ / _ \ '_ \| | | / __|
/\__/ / (_) > < __/ |_) | |_| \__ \
\____/ \___/_/\_\___|_.__/ \__,_|___/
--------------------------------------------------------------------------
Micronaut Groovy Web Console
https://github.com/Joxebus/MicronautGroovyWebConsole
--------------------------------------------------------------------------
There are 3 available profiles local
, dropbox
and heroku
local
: Use a local storage to save files at configured atapplication.yml
dropbox
: Use the dropbox configuration to save files also you may need to provideDROPBOX_TOKEN
setting up directly atapplication-dropbox.yml
or by env variables.
You can see some code samples at my gist.
This project is under Apache 2.0 License