All Projects → AdamBien → Javaee8 Essentials Archetype

AdamBien / Javaee8 Essentials Archetype

Licence: apache-2.0
A quickstart maven archetype for creating greenfield Jakarta EE and MicroProfile projects

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Javaee8 Essentials Archetype

Gorsk
🔥 Idiomatic Golang Restful Starter Kit
Stars: ✭ 1,108 (+1302.53%)
Mutual labels:  quickstart
Auth0 Python Api Samples
Auth0 Integration Samples for Python REST API Services using Flask
Stars: ✭ 70 (-11.39%)
Mutual labels:  quickstart
Spring Ws
Spring WS Tutorials
Stars: ✭ 75 (-5.06%)
Mutual labels:  maven
Action Maven Publish
📦 GitHub Action for automatically publishing Maven packages
Stars: ✭ 66 (-16.46%)
Mutual labels:  maven
Shoppingmall
使用主流框架组合SSM开发,并引入新技术,全面丰富的一个商城项目
Stars: ✭ 69 (-12.66%)
Mutual labels:  maven
Aliyun Openapi Java Sdk
Alibaba Cloud SDK for Java
Stars: ✭ 1,170 (+1381.01%)
Mutual labels:  maven
Animal Sniffer
Stars: ✭ 59 (-25.32%)
Mutual labels:  maven
Angular2andjavaee
This project should provide a starting point for people interested in using Angular 10 with Ivy in a Java EE environment.
Stars: ✭ 78 (-1.27%)
Mutual labels:  maven
Appassembler
Stars: ✭ 69 (-12.66%)
Mutual labels:  maven
Maven Jpackage Template
Sample project illustrating building nice, small cross-platform JavaFX-based desktop apps with native installers while still using the standard Maven dependency system.
Stars: ✭ 74 (-6.33%)
Mutual labels:  maven
Maven Build Scanner
Know your build - so you can make it faster
Stars: ✭ 61 (-22.78%)
Mutual labels:  maven
Auth0 Express Api Samples
Auth0 Integration Samples for Node Express REST API Services
Stars: ✭ 68 (-13.92%)
Mutual labels:  quickstart
Git Commit Id Maven Plugin
Maven plugin which includes build-time git repository information into an POJO / *.properties). Make your apps tell you which version exactly they were built from! Priceless in large distributed deployments... :-)
Stars: ✭ 1,187 (+1402.53%)
Mutual labels:  maven
Maven Enforcer
Apache Maven Enforcer (Plugin)
Stars: ✭ 64 (-18.99%)
Mutual labels:  maven
Auth0 React Native Sample
Auth0 Integration Samples for React Native
Stars: ✭ 77 (-2.53%)
Mutual labels:  quickstart
Java9 Modules Maven Junit Example
This simple project shows how Maven can be used to build Java 9 modules.
Stars: ✭ 60 (-24.05%)
Mutual labels:  maven
Uranus
Hierarchical Memo & Task Web-App
Stars: ✭ 71 (-10.13%)
Mutual labels:  maven
Mvn Search
command-line interface for the haters of the search.maven.org UI
Stars: ✭ 79 (+0%)
Mutual labels:  maven
Vsblog
☕🖖 一个采用vue及springboot开发的超简洁的个人博客系统,相信我它定会让你眼前一亮~
Stars: ✭ 78 (-1.27%)
Mutual labels:  maven
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-6.33%)
Mutual labels:  maven

Minimalistic Java EE 8 / Jakarta EE + MicroProfile Quickstarter

A quickstart maven archetype for creating greenfield Java EE 8 / Jakarta EE project with MicroProfile 2+ APIs.

Fire up your CLI and type: mvn archetype:generate -Dfilter=com.airhacks:javaee8-essentials-archetype to create a fully fledged Java EE 8 "kB" project. Use the most recent version.

Also checkout: mvn archetype:generate tuning

In the IDE of your choice use the group com.airhacks, then the artifact id javaee8-essentials-archetype and also select the most recent version.

Shortcut (copy and paste, replace PROJECT_NAME and GROUP_ID):

mvn archetype:generate -o -DarchetypeGroupId=com.airhacks -DarchetypeArtifactId=javaee8-essentials-archetype -DarchetypeVersion=0.0.4 -Darchetype.interactive=false --batch-mode -Dversion=0.0.1 -DgroupId=GROUP_ID -DartifactId=PROJECT_NAME

The "Watch and Deploy" WAD tool works best with this archetype. It continuously watches and deploys your ThinWAR without any additional configuration.

Maven Archetype and wad.sh in Action

Jakarta EE / MicroProfile QuickStarter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].