Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Java Spring Boot application #4

Merged
merged 2 commits into from
Aug 12, 2023

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Aug 12, 2023

Description

This PR creates a new Java Spring Boot application named "monitoring" using Maven. The application is created with the necessary directory structure and files.

Summary of Changes

  • Added a new pom.xml file at the root of the project to configure the Maven project and include the Spring Boot dependencies.
  • Created a new Java class named MonitoringApplication in the package com.ghramcode18.monitoring. This class is annotated with @SpringBootApplication and contains a main method which calls SpringApplication.run.

Please review and merge this PR to complete the creation of the Java Spring Boot application.

Fixes #2.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/create-java-spring-boot-app

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Aug 12, 2023
@ghramcode18 ghramcode18 merged commit ea9c08c into main Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sweep: creat java spring boot app
1 participant