Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 610 Bytes

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).

Groovy Web Console

How to compile

mvnw clean package

Usage

Java 17 or later is required to start the application.

  • Start server: mvnw spring-boot:run or java -jar target/groovy-web-console-1.0.0-SNAPSHOT.jar
  • Access the console: http://localhost:8080/console