groovy-web-console
groovy-web-console copied to clipboard
Spring Boot Groovy Web Console
trafficstars
Groovy Web Console
Overview
This application is intended for embedding a Groovy console in a Spring Boot web application which then could access the application context (for testing purposes).

How to compile
mvnw clean package
Usage
Java 17 or later is required to start the application.
- Start server:
mvnw spring-boot:runorjava -jar target/groovy-web-console-1.0.0-SNAPSHOT.jar - Access the console:
http://localhost:8080/console