Minlia Rocket Starter Pretend

Minlia Rocket Starters

License

License

GroupId

GroupId

com.minlia.rocket
ArtifactId

ArtifactId

minlia-rocket-starter-pretend
Last Version

Last Version

2.0.4.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Minlia Rocket Starter Pretend
Minlia Rocket Starters

Download minlia-rocket-starter-pretend

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.minlia.rocket : minlia-rocket-starter jar 2.0.4.1.RELEASE
com.alibaba : fastjson jar 1.2.46
com.google.code.gson : gson jar 2.8.5
com.github.bohnman : squiggly-filter-jackson jar 1.3.9

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