Skip to content

gaborbata/groovy-web-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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