All Projects → arun-gupta → docker-java-sample

arun-gupta / docker-java-sample

Licence: Apache-2.0 license
A simple Java sample that shows how to package Java application using Docker

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to docker-java-sample

springbook
java8+springMVC4+mybatis编写一个图书管理系统
Stars: ✭ 32 (-65.59%)
Mutual labels:  maven
ng-in-the-enterprise
Examples of how Angular is being run in the enterprise world.
Stars: ✭ 14 (-84.95%)
Mutual labels:  maven
HRMS
░▒▓█ 𝑯𝒖𝒎𝒂𝒏 𝑹𝒆𝒔𝒐𝒖𝒓𝒄𝒆𝒔 𝑴𝒂𝒏𝒂𝒈𝒆𝒎𝒆𝒏𝒕 𝑺𝒚𝒔𝒕𝒆𝒎 𝑷𝒓𝒐𝒋𝒆𝒄𝒕 █▓▒░
Stars: ✭ 33 (-64.52%)
Mutual labels:  maven
Logistics-admin
SpringBoot+adminlte+maven的物流公司管理系统
Stars: ✭ 61 (-34.41%)
Mutual labels:  maven
javadoc-coverage
A Doclet to generate JavaDoc coverage reports ☕️🧪📗
Stars: ✭ 23 (-75.27%)
Mutual labels:  maven
repo.kotlin.link
Maven repository that proxy artifact request to one of know project-based maven repositories
Stars: ✭ 14 (-84.95%)
Mutual labels:  maven
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (-75.27%)
Mutual labels:  maven
faketime
Fake currentTimeMillis() without class loader hacks
Stars: ✭ 100 (+7.53%)
Mutual labels:  maven
maven-wrapper
Apache Maven Wrapper
Stars: ✭ 128 (+37.63%)
Mutual labels:  maven
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (-54.84%)
Mutual labels:  maven
kobby
Kobby is a codegen plugin of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.
Stars: ✭ 52 (-44.09%)
Mutual labels:  maven
cas-overlay-template
Apereo CAS WAR Overlay template
Stars: ✭ 1,057 (+1036.56%)
Mutual labels:  maven
keep-changelog-maven-plugin
Maven plugin to help creating CHANGELOG by keeping one format and solving merge request conflicts problem by extraction of new CHANGELOG entries to seperate files.
Stars: ✭ 22 (-76.34%)
Mutual labels:  maven
getting-started-with-microprofile
📙 Everything you need to know about MicroProfile
Stars: ✭ 35 (-62.37%)
Mutual labels:  maven
incremental-module-builder
Incremental Module Builder
Stars: ✭ 43 (-53.76%)
Mutual labels:  maven
www-project-csrfguard
The aim of this project is to protect Java applications against CSRF attacks with the use of Synchronizer Tokens
Stars: ✭ 43 (-53.76%)
Mutual labels:  maven
build-helper-maven-plugin
Build Helper Maven Plugin
Stars: ✭ 77 (-17.2%)
Mutual labels:  maven
MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (-70.97%)
Mutual labels:  maven
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (-40.86%)
Mutual labels:  maven
NativeCompile
android 动态库远程依赖
Stars: ✭ 13 (-86.02%)
Mutual labels:  maven

Docker Java Sample

This repository contain samples that shows integration of Docker and Java.

Maven

Classical

  1. Build app: mvn package

  2. Run app: mvn exec:java

With Docker

  1. Build image: mvn package -Pdocker

  2. Run container: mvn install -Pdocker

With DC/OS

  1. Run application: mvn install -Pdcos

Gradle

Classical

  1. Build app: ./gradlew build

  2. Run app: ./gradlew run

With Docker

  1. Build image: ./gradlew dockerBuildImage

  2. Run container: ./gradlew startContainer

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].