https://github.com/inlustra/dropwizardspringarchetype
A simple maven archetype used to create a dropwizard-spring project.
https://github.com/inlustra/dropwizardspringarchetype
Last synced: 6 months ago
JSON representation
A simple maven archetype used to create a dropwizard-spring project.
- Host: GitHub
- URL: https://github.com/inlustra/dropwizardspringarchetype
- Owner: Inlustra
- Created: 2016-06-28T22:55:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T00:12:40.000Z (almost 10 years ago)
- Last Synced: 2023-04-01T12:59:25.588Z (about 3 years ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Dropwizard Spring Archetype
----------------------------
Properties to be replaced:
- name: This is the name that will define your classes, this should be Camel Cased! (Example: TestProject)
- awsDockerUrl: The location of the docker image to be deployed (Example: 946349483971.dkr.ecr.eu-west-1.amazonaws.com)
- authorName: Your name...
- authorEmail: Your email address...