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
- Host: GitHub
- URL: https://github.com/daggerok/maven-java-projects
- Owner: daggerok
- License: mit
- Created: 2018-11-07T21:59:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T23:22:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T00:44:11.780Z (12 months ago)
- Topics: cdi, dropwizard, java-ee, jax-rs, jersey, jpa, payara-micro
- Language: Java
- Size: 293 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]