Minlia Rocket Starter Swagger

Minlia Rocket Starters

License

License

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.minlia.rocket
ArtifactId

ArtifactId

minlia-rocket-starter-swagger
Last Version

Last Version

2.0.4.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Minlia Rocket Starter Swagger
Minlia Rocket Starters

Download minlia-rocket-starter-swagger

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.minlia.rocket : minlia-rocket-starter jar 2.0.4.1.RELEASE
io.springfox : springfox-swagger2 jar 2.9.2
io.springfox : springfox-swagger-ui jar 2.9.2
io.springfox : springfox-bean-validators jar 2.9.2
io.springfox : springfox-core jar 2.9.2

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