MCPcopy Index your code
hub / github.com/ashokitschool/spring-boot-docker-app

github.com/ashokitschool/spring-boot-docker-app @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
10 symbols 14 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Simple Spring Boot with Docker Application

Build the image using the following command

$ docker build -t spring-boot-rest-api .

Run the Docker container using the command shown below.

$ docker run -d -p 8080:8080 spring-boot-rest-api

The application will be accessible at http://localhost:8080/

Core symbols most depended-on inside this repo

configure
called by 0
src/main/java/in/ashokit/ServletInitializer.java
main
called by 0
src/main/java/in/ashokit/SbRestAppApplication.java
WelcomeRestController
called by 0
src/main/java/in/ashokit/rest/WelcomeRestController.java
welcomeMsg
called by 0
src/main/java/in/ashokit/rest/WelcomeRestController.java
greetMsg
called by 0
src/main/java/in/ashokit/rest/WelcomeRestController.java

Shape

Method 6
Class 4

Languages

Java100%

Modules by API surface

src/main/java/in/ashokit/rest/WelcomeRestController.java4 symbols
src/test/java/com/ashokit/SbRestAppApplicationTests.java2 symbols
src/main/java/in/ashokit/ServletInitializer.java2 symbols
src/main/java/in/ashokit/SbRestAppApplication.java2 symbols

For agents

$ claude mcp add spring-boot-docker-app \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact