An open API service indexing awesome lists of open source software.

https://github.com/daggerok/maven-java-projects

So maven, mach java... (C) Doge
https://github.com/daggerok/maven-java-projects

cdi dropwizard java-ee jax-rs jersey jpa payara-micro

Last synced: about 1 month ago
JSON representation

So maven, mach java... (C) Doge

Awesome Lists containing this project

README

          

= maven-java-projects image:https://travis-ci.org/daggerok/maven-java-projects.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/maven-java-projects"]

== struts

_run_

.Struts
[source,bash]
----
./mvnw -pl :struts-rest-services clean package thorntail:start
./mvnw -pl :struts-rest-services thorntail:stop
----

_debug_

1) run maven command:

[source,bash]
----
./mvnw -f ./struts/struts-rest-plugin-services/pom.xml -Pdebug
----

2) attach IDE debugging process on port 5005

== other apps

.JavaEE / Dropwizard
[source,bash]
----
./mvnw clean ; ./mvnw
./mvnw -pl :java-ee-payara-rest-services -Pbundle ; ./mvnw -pl :java-ee-payara-rest-services -Pstart
java -jar ./dropwizard/dropwizard-rest-services/target/dropwizard-*.jar server ./dropwizard/dropwizard-rest-services/config.yml
----

== other related repositories

* link:https://github.com/daggerok/kotlin-payara-micro-profile[GitHub: daggerok/kotlin-payara-micro-profile]
* link:https://github.com/daggerok/payara-micro-gradle-no-plugin[GitHub: daggerok/payara-micro-gradle-no-plugin]
* link:https://github.com/daggerok/payara-micro-gradle-plugin-build-script[GitHub: daggerok/payara-micro-gradle-plugin-build-script]
* link:https://github.com/daggerok/maven-java-projects[GitHub: daggerok/maven-java-projects]
* link:https://github.com/daggerok/generator-jvm[GitHub: daggerok/generator-jvm]
* link:https://github.com/daggerok/payara-micro-example[GitHub: daggerok/payara-micro-example]
* link:https://github.com/daggerok/microprofile-examples[GitHub: daggerok/microprofile-examples]