Skip to content

TONYHOKAN/groovy-web-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groovy Web Console Build Status

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 8 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

About

Spring Boot Groovy Web Console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.4%
  • Shell 28.0%
  • Batchfile 21.6%