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).
mvnw clean package
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
