{"id":16999158,"url":"https://github.com/pintowar/jweb-console","last_synced_at":"2026-04-19T13:31:27.684Z","repository":{"id":139113855,"uuid":"185610004","full_name":"pintowar/jweb-console","owner":"pintowar","description":"Web Scripting Console for Java Web Applications","archived":false,"fork":false,"pushed_at":"2025-06-10T03:55:53.000Z","size":1037,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-10T04:33:27.415Z","etag":null,"topics":["groovy","micronaut","ruby","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pintowar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-08T13:19:57.000Z","updated_at":"2023-04-22T01:51:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5e6d996-ada3-4fc5-b289-d26a528412ee","html_url":"https://github.com/pintowar/jweb-console","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pintowar/jweb-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintowar%2Fjweb-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintowar%2Fjweb-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintowar%2Fjweb-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintowar%2Fjweb-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pintowar","download_url":"https://codeload.github.com/pintowar/jweb-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintowar%2Fjweb-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["groovy","micronaut","ruby","spring-boot"],"created_at":"2024-10-14T04:07:26.393Z","updated_at":"2026-04-19T13:31:27.664Z","avatar_url":"https://github.com/pintowar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JWeb Console\n\n![master status](https://github.com/pintowar/jweb-console/actions/workflows/master.yml/badge.svg?branch=master)\n[![Sonar Coverage](https://sonarcloud.io/api/project_badges/measure?project=pintowar_jweb-console\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=pintowar_jweb-console)\n\n![develop status](https://github.com/pintowar/jweb-console/actions/workflows/develop.yml/badge.svg?branch=develop)\n[![Sonar Coverage](https://sonarcloud.io/api/project_badges/measure?project=pintowar_jweb-console\u0026metric=coverage\u0026branch=develop)](https://sonarcloud.io/dashboard?id=pintowar_jweb-console\u0026branch=develop)\n\n![GitHub tag (latest)](https://img.shields.io/github/v/tag/pintowar/jweb-console)\n![GitHub license](https://img.shields.io/github/license/pintowar/jweb-console)\n\n# Overview\n\nThis application is intended for embedding a web scripting console (for groovy or jruby) in a java web application (Micronaut/Spring Boot)\nwhich then could access the application context (for development purposes).\n\n![image](https://user-images.githubusercontent.com/354264/233759240-456abea7-31b5-4147-9173-8fed51164f53.png)\n\n# Usage\n\nAdd framework starter dependency and enabled it on the framework config file.\n\nTo add the dependency add the following dependency to each framework:\n\n## Frameworks\n\nJWeb Console can be used in different web frameworks add the dependency using the following config:\n\n### For Spring Boot\n\n```kotlin\nruntimeOnly(\"io.github.pintowar:jweb-console-spring-boot-starter:x.y.z\")\n```\n\n### For Micronaut\n\n```kotlin\nruntimeOnly(\"io.github.pintowar:jweb-console-micronaut-starter:x.y.z\")\n```\n\n## Applying config\n\nThis lib is meant to be used only in development environments. Therefore, preferably these settings should be done in `application-dev.properties` or `application-dev.yml` files.\n\nAdd the `jweb.console.enabled=true` config to the application config (preferably only on dev environment).\n\nAfter the application is started, the console can be accessed on the url: `http://localhost:8080/console`\n\nSample applications can be found on the `samples` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpintowar%2Fjweb-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpintowar%2Fjweb-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpintowar%2Fjweb-console/lists"}