Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/helidon-mp-jpa
Helidon MicroProfile JPA problem solving!
https://github.com/daggerok/helidon-mp-jpa
capsule-maven-plugin helidon helidon-deltaspike helidon-deltaspike-data helidon-deltaspike-data-module helidon-example helidon-framework helidon-microservice helidon-se helidon-webserver spotbugs-maven-plugin
Last synced: about 2 months ago
JSON representation
Helidon MicroProfile JPA problem solving!
- Host: GitHub
- URL: https://github.com/daggerok/helidon-mp-jpa
- Owner: daggerok
- Created: 2019-08-28T14:13:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T00:21:54.000Z (almost 3 years ago)
- Last Synced: 2023-04-05T03:19:10.477Z (almost 2 years ago)
- Topics: capsule-maven-plugin, helidon, helidon-deltaspike, helidon-deltaspike-data, helidon-deltaspike-data-module, helidon-example, helidon-framework, helidon-microservice, helidon-se, helidon-webserver, spotbugs-maven-plugin
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helidon-mp-jpa [![Build Status](https://travis-ci.org/daggerok/helidon-mp-jpa.svg?branch=master)](https://travis-ci.org/daggerok/helidon-mp-jpa)
Helidon MicroProfile JPA problem solving!```bash
./mvnw
java -jar target/*-all.jarhttp :8080/bank-account username=username balance=123.45
http :8080/bank-account
http :8080
http :8080/not-found ololo=trololo
http :8080 hello=world
http :8080/openapi
http :8080/openapi Accept:application/json
http :8080/health
http :8080/metrics
http :8080/metrics Accept:application/json
http :8080/static/microprofile-quickstart-integration-tests.http
```links:
* [helidon.io](https://helidon.io)
* [FAQ](https://github.com/oracle/helidon/wiki/FAQ)
* [Support next MicroProfile APIs](https://github.com/oracle/helidon/wiki/Supported-APIs)
* [static content](https://github.com/oracle/helidon/tree/master/examples/microprofile/mp1_1-static-content)
* [jul -> log4j2](http://logging.apache.org/log4j/2.x/faq.html#which_jars)
* [Helidon WebServer Introduction](https://helidon.io/docs/latest/#/webserver/01_introduction)
* [Helidon WebServer Configuration](https://helidon.io/docs/latest/#/webserver/02_configuration)
* [Server configurations](https://helidon.io/docs/latest/apidocs/index.html?io/helidon/webserver/ServerConfiguration.html)
* [Routing](https://helidon.io/docs/latest/#/webserver/03_routing)
* [JAX-RS Support](https://helidon.io/docs/latest/#/webserver/07_jersey-support)
* [JSON-P](https://helidon.io/docs/latest/#/webserver/08_json-support)
* [Jackson / JSON-P Jersey JAX-RS problem-solving](web-server-jersey-jsonp)
* [JSON-B](https://helidon.io/docs/latest/#/webserver/09_jsonb-support)
* [Jackson support](https://helidon.io/docs/latest/#/webserver/10_jackson-support)
* [Hierarchical features](https://helidon.io/docs/latest/#/config/03_hierarchical-features)
* [fold the universe](https://dzone.com/articles/folding-the-universe-part-iii-java-8-list-and-stre)
* [Configs](https://helidon.io/docs/latest/#/webserver/02_configuration)
* [Advanced Config Sources](https://helidon.io/docs/latest/#/config/06_advanced-configuration)
* [Useful GitHub helidon-mp-jpa repository](https://github.com/ljnelson/helidon-mp-jpa)