https://github.com/andreoss/product-ms
https://github.com/andreoss/product-ms
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreoss/product-ms
- Owner: andreoss
- License: lgpl-3.0
- Created: 2020-09-08T00:21:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T00:44:23.000Z (over 5 years ago)
- Last Synced: 2025-02-10T04:41:47.861Z (about 1 year ago)
- Language: Java
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# product-ms
[](https://travis-ci.org/andreoss/product-ms)
[](https://sonarcloud.io/dashboard?id=andreoss_product-ms)
[](https://sonarcloud.io/dashboard?id=andreoss_product-ms)
Sample microservice which uses Spring Data JDBC and has REST endpoint
# Build
```
./gradlew clean install
```
# Run (on embedded database)
```
SPRING_PROFILES_ACTIVE=h2 ./gradlew bootRun
```
And access REST endpoint at http://localhost:8080/products
# Run on Docker
```
$ TODO
```