Minlia Rocket Starter Problem

Minlia Rocket Starters

License

License

GroupId

GroupId

com.minlia.rocket
ArtifactId

ArtifactId

minlia-rocket-starter-problem
Last Version

Last Version

2.0.4.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Minlia Rocket Starter Problem
Minlia Rocket Starters

Download minlia-rocket-starter-problem

How to add to project

<!-- https://jarcasting.com/artifacts/com.minlia.rocket/minlia-rocket-starter-problem/ -->
<dependency>
    <groupId>com.minlia.rocket</groupId>
    <artifactId>minlia-rocket-starter-problem</artifactId>
    <version>2.0.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.minlia.rocket/minlia-rocket-starter-problem/
implementation 'com.minlia.rocket:minlia-rocket-starter-problem:2.0.4.1.RELEASE'
// https://jarcasting.com/artifacts/com.minlia.rocket/minlia-rocket-starter-problem/
implementation ("com.minlia.rocket:minlia-rocket-starter-problem:2.0.4.1.RELEASE")
'com.minlia.rocket:minlia-rocket-starter-problem:jar:2.0.4.1.RELEASE'
<dependency org="com.minlia.rocket" name="minlia-rocket-starter-problem" rev="2.0.4.1.RELEASE">
  <artifact name="minlia-rocket-starter-problem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.minlia.rocket', module='minlia-rocket-starter-problem', version='2.0.4.1.RELEASE')
)
libraryDependencies += "com.minlia.rocket" % "minlia-rocket-starter-problem" % "2.0.4.1.RELEASE"
[com.minlia.rocket/minlia-rocket-starter-problem "2.0.4.1.RELEASE"]

Dependencies

compile (8)

Group / Artifact Type Version
com.minlia.rocket : minlia-rocket-starter jar 2.0.4.1.RELEASE
org.zalando : problem jar 0.21.0
org.zalando : jackson-datatype-problem jar 0.21.0
org.zalando : problem-spring-web jar 0.24.0-RC.0
org.springframework : spring-web jar 5.0.7.RELEASE
org.springframework.security : spring-security-core jar 5.0.6.RELEASE
org.apache.commons : commons-lang3 jar 3.7
org.springframework : spring-context jar 5.0.7.RELEASE

Project Modules

There are no modules declared in this project.

Minlia Rocket

Minlia rocket is a set of libraries that makes it easy to development enterprise platform.

Dry

Powered by Spring® Products

Api problem conception

Api code conception

Stateful body conception

Samples

Running by source code

cd minlia-rocket/minlia-rocket-samples/minlia-rocket-sample-web
mvn spring-boot run -P dev-h2
http://localhost:7001/swagger-ui.html

Running by thin jar file

mvn clean install
java -Dthin.root=./target -Dserver.port=1025 -Dspring.profiles.active=dev -jar target/minlia-rocket-sample-web.jar

Quick start

<parent>
  <groupId>com.minlia.rocket</groupId>
  <artifactId>minlia-rocket-starter-parent</artifactId>
  <version>2.0.4.RELEASE</version>
  <relativePath/>
</parent>



<dependency>
  <groupId>com.minlia.rocket</groupId>
  <artifactId>minlia-rocket-starter-loggable</artifactId>
</dependency>

<dependency>
  <groupId>com.minlia.rocket</groupId>
  <artifactId>minlia-rocket-starter-problem</artifactId>
</dependency>

<dependency>
<groupId>com.minlia.rocket</groupId>
<artifactId>minlia-rocket-starter-swagger</artifactId>
</dependency>


<dependency>
  <groupId>com.minlia.rocket</groupId>
  <artifactId>minlia-rocket-starter-data-jpa</artifactId>
</dependency>

<dependency>
  <groupId>com.minlia.rocket</groupId>
  <artifactId>minlia-rocket-starter-data-mybatis</artifactId>
</dependency>

Release

mvn clean deploy -P release -P release-sign-artifacts

Setup

cat ~/.bash_profile

alias mc="mvn clean -DskipITs=true -DskipTests=true -Dmaven.test.skip=true -DdownloadSources=false -DdownloadJavadocs=false $*"
alias mi="mvn install -DskipITs=true -DskipTests=true -Dmaven.test.skip=true -DdownloadSources=false -DdownloadJavadocs=false $*"
alias ms="mvn spring-boot:run -DskipITs=true -DskipTests=true -Dmaven.test.skip=true -DdownloadSources=false -DdownloadJavadocs=false $*"
com.minlia.rocket

MINLIA

Versions

Version
2.0.4.1.RELEASE
2.0.4.RELEASE
2.0.3.RELEASE