Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderlapygin/spring-boot-helloworld
HelloWorld on Spring Boot
https://github.com/alexanderlapygin/spring-boot-helloworld
helloworld java softspiders spring spring-boot ss starter template
Last synced: 14 days ago
JSON representation
HelloWorld on Spring Boot
- Host: GitHub
- URL: https://github.com/alexanderlapygin/spring-boot-helloworld
- Owner: AlexanderLapygin
- License: mit
- Created: 2023-05-14T08:43:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T15:33:48.000Z (about 1 year ago)
- Last Synced: 2024-10-11T22:21:56.529Z (about 1 month ago)
- Topics: helloworld, java, softspiders, spring, spring-boot, ss, starter, template
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelloWorld on Spring Boot
## Feature tags
- maven
- spring-boot
- starter
- template---
## Direct ancestors
- [- spring-boot](https://github.com/AlexanderLapygin/java-helloworld#readme)## Direct descendants
- [+ swagger](https://github.com/AlexanderLapygin/spring-boot-swagger#readme)
- [+ flyway, postgres, spring-data-jpa, testcontainers, todo](https://github.com/softspiders/spring-boot-postgres-testcontainers-archunit-restful-swagger-restassured-selenium-hexagonal-todo/tree/spring-boot-psql-testcontainers-todo#readme)
- [+ jdbc-template, postgres](https://github.com/AlexanderLapygin/springboot-jdbctemplate-postgres/tree/main#readme)
- [+ war](https://github.com/AlexanderLapygin/springboot-war-helloworld#readme)---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
---
## Requirements
- [Maven](https://maven.apache.org/)
- [Java 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)---
## Run
```sh
mvnw spring-boot:run
```Take a look at http://localhost:8080/hello.
### License
Licensed under the [MIT license](./LICENSE)
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)