mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-02 11:24:04 +08:00
Review order of main categories
Closes gh-527
This commit is contained in:
@@ -135,6 +135,17 @@ initializr:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: Core
|
- name: Core
|
||||||
content:
|
content:
|
||||||
|
- name: DevTools
|
||||||
|
id: devtools
|
||||||
|
groupId: org.springframework.boot
|
||||||
|
artifactId: spring-boot-devtools
|
||||||
|
scope: runtime
|
||||||
|
description: Spring Boot Development Tools
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
starter: false
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#using-boot-devtools
|
||||||
- name: Security
|
- name: Security
|
||||||
id: security
|
id: security
|
||||||
description: Secure your application via spring-security
|
description: Secure your application via spring-security
|
||||||
@@ -151,60 +162,16 @@ initializr:
|
|||||||
description: Authenticating a User with LDAP
|
description: Authenticating a User with LDAP
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security
|
||||||
- name: Aspects
|
- name: Lombok
|
||||||
id: aop
|
id: lombok
|
||||||
description: Create your own Aspects using Spring AOP and AspectJ
|
groupId: org.projectlombok
|
||||||
- name: Atomikos (JTA)
|
artifactId: lombok
|
||||||
id: jta-atomikos
|
scope: compileOnly
|
||||||
description: JTA distributed transactions via Atomikos
|
description: Java annotation library which helps to reduce boilerplate code and code faster
|
||||||
versionRange: 1.2.0.RELEASE
|
mappings:
|
||||||
links:
|
- versionRange: "[1.2.0.RELEASE,1.4.0.M1)"
|
||||||
- rel: guide
|
version: 1.16.6
|
||||||
href: https://spring.io/guides/gs/managing-transactions/
|
|
||||||
description: Managing Transactions
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jta-atomikos
|
|
||||||
- name: Bitronix (JTA)
|
|
||||||
id: jta-bitronix
|
|
||||||
description: JTA distributed transactions via Bitronix
|
|
||||||
versionRange: 1.2.0.RELEASE
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/managing-transactions/
|
|
||||||
description: Managing Transactions
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jta-bitronix
|
|
||||||
- name: Narayana (JTA)
|
|
||||||
id: jta-narayana
|
|
||||||
description: JTA distributed transactions via Narayana
|
|
||||||
versionRange: 1.4.0.RELEASE
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/managing-transactions/
|
|
||||||
description: Managing Transactions
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jta-narayana
|
|
||||||
- name: Cache
|
|
||||||
id: cache
|
|
||||||
description: Spring's Cache abstraction
|
|
||||||
versionRange: 1.3.0.RELEASE
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/caching/
|
|
||||||
description: Caching Data with Spring
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-caching
|
|
||||||
- name: DevTools
|
|
||||||
id: devtools
|
|
||||||
groupId: org.springframework.boot
|
|
||||||
artifactId: spring-boot-devtools
|
|
||||||
scope: runtime
|
|
||||||
description: Spring Boot Development Tools
|
|
||||||
versionRange: 1.3.0.RELEASE
|
|
||||||
starter: false
|
starter: false
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#using-boot-devtools
|
|
||||||
- name: Configuration Processor
|
- name: Configuration Processor
|
||||||
id: configuration-processor
|
id: configuration-processor
|
||||||
groupId: org.springframework.boot
|
groupId: org.springframework.boot
|
||||||
@@ -216,14 +183,6 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#configuration-metadata-annotation-processor
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#configuration-metadata-annotation-processor
|
||||||
- name: Validation
|
|
||||||
id: validation
|
|
||||||
description: JSR-303 validation infrastructure (already included with web)
|
|
||||||
versionRange: 1.3.0.RELEASE
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/validating-form-input/
|
|
||||||
title: Validating Form Input
|
|
||||||
- name: Session
|
- name: Session
|
||||||
id: session
|
id: session
|
||||||
groupId: org.springframework.session
|
groupId: org.springframework.session
|
||||||
@@ -234,6 +193,24 @@ initializr:
|
|||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.3.0.RELEASE,2.0.0.M2]"
|
- versionRange: "[1.3.0.RELEASE,2.0.0.M2]"
|
||||||
artifactId: spring-session
|
artifactId: spring-session
|
||||||
|
- name: Cache
|
||||||
|
id: cache
|
||||||
|
description: Spring's Cache abstraction
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/caching/
|
||||||
|
description: Caching Data with Spring
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-caching
|
||||||
|
- name: Validation
|
||||||
|
id: validation
|
||||||
|
description: JSR-303 validation infrastructure (already included with web)
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/validating-form-input/
|
||||||
|
title: Validating Form Input
|
||||||
- name: Retry
|
- name: Retry
|
||||||
id: retry
|
id: retry
|
||||||
groupId: org.springframework.retry
|
groupId: org.springframework.retry
|
||||||
@@ -241,16 +218,39 @@ initializr:
|
|||||||
description: Provide declarative retry support via spring-retry
|
description: Provide declarative retry support via spring-retry
|
||||||
versionRange: 1.3.0.RELEASE
|
versionRange: 1.3.0.RELEASE
|
||||||
starter: false
|
starter: false
|
||||||
- name: Lombok
|
- name: JTA (Atomikos)
|
||||||
id: lombok
|
id: jta-atomikos
|
||||||
groupId: org.projectlombok
|
description: JTA distributed transactions via Atomikos
|
||||||
artifactId: lombok
|
versionRange: 1.2.0.RELEASE
|
||||||
scope: compileOnly
|
links:
|
||||||
description: Java annotation library which helps to reduce boilerplate code and code faster
|
- rel: guide
|
||||||
mappings:
|
href: https://spring.io/guides/gs/managing-transactions/
|
||||||
- versionRange: "[1.2.0.RELEASE,1.4.0.M1)"
|
description: Managing Transactions
|
||||||
version: 1.16.6
|
- rel: reference
|
||||||
starter: false
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jta-atomikos
|
||||||
|
- name: JTA (Bitronix)
|
||||||
|
id: jta-bitronix
|
||||||
|
description: JTA distributed transactions via Bitronix
|
||||||
|
versionRange: 1.2.0.RELEASE
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/managing-transactions/
|
||||||
|
description: Managing Transactions
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jta-bitronix
|
||||||
|
- name: JTA (Narayana)
|
||||||
|
id: jta-narayana
|
||||||
|
description: JTA distributed transactions via Narayana
|
||||||
|
versionRange: 1.4.0.RELEASE
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/managing-transactions/
|
||||||
|
description: Managing Transactions
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jta-narayana
|
||||||
|
- name: Aspects
|
||||||
|
id: aop
|
||||||
|
description: Create your own Aspects using Spring AOP and AspectJ
|
||||||
- name: Web
|
- name: Web
|
||||||
content:
|
content:
|
||||||
- name: Web
|
- name: Web
|
||||||
@@ -276,15 +276,39 @@ initializr:
|
|||||||
versionRange: 2.0.0.M1
|
versionRange: 2.0.0.M1
|
||||||
description: Reactive web development with Netty and Spring WebFlux
|
description: Reactive web development with Netty and Spring WebFlux
|
||||||
weight: 90
|
weight: 90
|
||||||
- name: Websocket
|
- name: Rest Repositories
|
||||||
id: websocket
|
id: data-rest
|
||||||
description: Websocket development with SockJS and STOMP
|
weight: 10
|
||||||
|
description: Exposing Spring Data repositories over REST via spring-data-rest-webmvc
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-stomp-websocket/
|
href: https://spring.io/guides/gs/accessing-data-rest/
|
||||||
description: Using WebSocket to build an interactive web application
|
description: Accessing JPA Data with REST
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/accessing-neo4j-data-rest/
|
||||||
|
description: Accessing Neo4j Data with REST
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/accessing-mongodb-data-rest/
|
||||||
|
description: Accessing MongoDB Data with REST
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-websockets
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-use-exposing-spring-data-repositories-rest-endpoint
|
||||||
|
- name: Rest Repositories HAL Browser
|
||||||
|
id: data-rest-hal
|
||||||
|
description: Browsing Spring Data REST repositories in your browser
|
||||||
|
groupId: org.springframework.data
|
||||||
|
artifactId: spring-data-rest-hal-browser
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
- name: HATEOAS
|
||||||
|
id: hateoas
|
||||||
|
description: HATEOAS-based RESTful services
|
||||||
|
versionRange: 1.2.2.RELEASE
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/rest-hateoas/
|
||||||
|
description: Building a Hypermedia-Driven RESTful Web Service
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-hateoas
|
||||||
|
starter: false
|
||||||
- name: Web Services
|
- name: Web Services
|
||||||
id: web-services
|
id: web-services
|
||||||
description: Contract-first SOAP service development with Spring Web Services
|
description: Contract-first SOAP service development with Spring Web Services
|
||||||
@@ -308,24 +332,24 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jersey
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jersey
|
||||||
- name: Apache CXF (JAX-RS)
|
- name: Websocket
|
||||||
id: cxf-jaxrs
|
id: websocket
|
||||||
groupId: org.apache.cxf
|
description: Websocket development with SockJS and STOMP
|
||||||
artifactId: cxf-spring-boot-starter-jaxrs
|
|
||||||
version: 3.1.11
|
|
||||||
description: RESTful Web Services framework with support of JAX-RS
|
|
||||||
versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
|
|
||||||
links:
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/messaging-stomp-websocket/
|
||||||
|
description: Using WebSocket to build an interactive web application
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: https://cxf.apache.org/docs/springboot.html#SpringBoot-SpringBootCXFJAX-RSStarter
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-websockets
|
||||||
- name: Ratpack
|
- name: REST Docs
|
||||||
id: ratpack
|
id: restdocs
|
||||||
description: Spring Boot integration for the Ratpack framework
|
description: Document RESTful services by combining hand-written and auto-generated documentation
|
||||||
groupId: io.ratpack
|
groupId: org.springframework.restdocs
|
||||||
artifactId: ratpack-spring-boot
|
artifactId: spring-restdocs-mockmvc
|
||||||
version: 1.1.1
|
mappings:
|
||||||
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
- versionRange: "[1.2.0.RELEASE,1.3.0.RC1)"
|
||||||
starter: false
|
version: 1.0.1.RELEASE
|
||||||
|
scope: test
|
||||||
- name: Vaadin
|
- name: Vaadin
|
||||||
id: vaadin
|
id: vaadin
|
||||||
facets:
|
facets:
|
||||||
@@ -346,52 +370,28 @@ initializr:
|
|||||||
description: Creating CRUD UI with Vaadin
|
description: Creating CRUD UI with Vaadin
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: https://vaadin.com/spring
|
href: https://vaadin.com/spring
|
||||||
- name: Rest Repositories
|
- name: Apache CXF (JAX-RS)
|
||||||
id: data-rest
|
id: cxf-jaxrs
|
||||||
weight: 10
|
groupId: org.apache.cxf
|
||||||
description: Exposing Spring Data repositories over REST via spring-data-rest-webmvc
|
artifactId: cxf-spring-boot-starter-jaxrs
|
||||||
|
version: 3.1.11
|
||||||
|
description: RESTful Web Services framework with support of JAX-RS
|
||||||
|
versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/accessing-data-rest/
|
|
||||||
description: Accessing JPA Data with REST
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/accessing-neo4j-data-rest/
|
|
||||||
description: Accessing Neo4j Data with REST
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/accessing-mongodb-data-rest/
|
|
||||||
description: Accessing MongoDB Data with REST
|
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-use-exposing-spring-data-repositories-rest-endpoint
|
href: https://cxf.apache.org/docs/springboot.html#SpringBoot-SpringBootCXFJAX-RSStarter
|
||||||
- name: HATEOAS
|
- name: Ratpack
|
||||||
id: hateoas
|
id: ratpack
|
||||||
description: HATEOAS-based RESTful services
|
description: Spring Boot integration for the Ratpack framework
|
||||||
versionRange: 1.2.2.RELEASE
|
groupId: io.ratpack
|
||||||
links:
|
artifactId: ratpack-spring-boot
|
||||||
- rel: guide
|
version: 1.1.1
|
||||||
href: https://spring.io/guides/gs/rest-hateoas/
|
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
||||||
description: Building a Hypermedia-Driven RESTful Web Service
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-hateoas
|
|
||||||
- name: Rest Repositories HAL Browser
|
|
||||||
id: data-rest-hal
|
|
||||||
description: Browsing Spring Data REST repositories in your browser
|
|
||||||
groupId: org.springframework.data
|
|
||||||
artifactId: spring-data-rest-hal-browser
|
|
||||||
versionRange: 1.3.0.RELEASE
|
|
||||||
starter: false
|
starter: false
|
||||||
- name: Mobile
|
- name: Mobile
|
||||||
id: mobile
|
id: mobile
|
||||||
description: Simplify the development of mobile web applications with spring-mobile
|
description: Simplify the development of mobile web applications with spring-mobile
|
||||||
versionRange : "[1.0.0.RELEASE, 2.0.0.M1)"
|
versionRange : "[1.0.0.RELEASE, 2.0.0.M1)"
|
||||||
- name: REST Docs
|
|
||||||
id: restdocs
|
|
||||||
description: Document RESTful services by combining hand-written and auto-generated documentation
|
|
||||||
groupId: org.springframework.restdocs
|
|
||||||
artifactId: spring-restdocs-mockmvc
|
|
||||||
mappings:
|
|
||||||
- versionRange: "[1.2.0.RELEASE,1.3.0.RC1)"
|
|
||||||
version: 1.0.1.RELEASE
|
|
||||||
scope: test
|
|
||||||
- name: Keycloak
|
- name: Keycloak
|
||||||
id: keycloak
|
id: keycloak
|
||||||
description: Keycloak integration, an open source Identity and Access Management solution.
|
description: Keycloak integration, an open source Identity and Access Management solution.
|
||||||
@@ -404,32 +404,6 @@ initializr:
|
|||||||
href: https://keycloak.gitbooks.io/documentation/securing_apps/topics/oidc/java/spring-boot-adapter.html
|
href: https://keycloak.gitbooks.io/documentation/securing_apps/topics/oidc/java/spring-boot-adapter.html
|
||||||
- name: Template Engines
|
- name: Template Engines
|
||||||
content:
|
content:
|
||||||
- name: Freemarker
|
|
||||||
id: freemarker
|
|
||||||
description: FreeMarker templating engine
|
|
||||||
facets:
|
|
||||||
- web
|
|
||||||
keywords:
|
|
||||||
- template
|
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
|
||||||
- name: Velocity
|
|
||||||
id: velocity
|
|
||||||
description: Velocity templating engine
|
|
||||||
versionRange: "[1.1.6.RELEASE,1.4.0.M2)"
|
|
||||||
facets:
|
|
||||||
- web
|
|
||||||
keywords:
|
|
||||||
- template
|
|
||||||
- name: Groovy Templates
|
|
||||||
id: groovy-templates
|
|
||||||
description: Groovy templating engine
|
|
||||||
facets:
|
|
||||||
- web
|
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
|
||||||
- name: Thymeleaf
|
- name: Thymeleaf
|
||||||
id: thymeleaf
|
id: thymeleaf
|
||||||
description: Thymeleaf templating engine, including integration with Spring
|
description: Thymeleaf templating engine, including integration with Spring
|
||||||
@@ -444,6 +418,16 @@ initializr:
|
|||||||
description: Handling Form Submission
|
description: Handling Form Submission
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
||||||
|
- name: Freemarker
|
||||||
|
id: freemarker
|
||||||
|
description: FreeMarker templating engine
|
||||||
|
facets:
|
||||||
|
- web
|
||||||
|
keywords:
|
||||||
|
- template
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
||||||
- name: Mustache
|
- name: Mustache
|
||||||
id: mustache
|
id: mustache
|
||||||
description: Mustache templating engine
|
description: Mustache templating engine
|
||||||
@@ -455,6 +439,22 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
||||||
|
- name: Groovy Templates
|
||||||
|
id: groovy-templates
|
||||||
|
description: Groovy templating engine
|
||||||
|
facets:
|
||||||
|
- web
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
|
||||||
|
- name: Velocity
|
||||||
|
id: velocity
|
||||||
|
description: Velocity templating engine
|
||||||
|
versionRange: "[1.1.6.RELEASE,1.4.0.M2)"
|
||||||
|
facets:
|
||||||
|
- web
|
||||||
|
keywords:
|
||||||
|
- template
|
||||||
- name: SQL
|
- name: SQL
|
||||||
content:
|
content:
|
||||||
- name: JPA
|
- name: JPA
|
||||||
@@ -469,13 +469,36 @@ initializr:
|
|||||||
description: Accessing Data with JPA
|
description: Accessing Data with JPA
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jpa-and-spring-data
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jpa-and-spring-data
|
||||||
- name: JOOQ
|
- name: MySQL
|
||||||
id: jooq
|
id: mysql
|
||||||
description: Persistence support using Java Object Oriented Querying
|
description: MySQL jdbc driver
|
||||||
versionRange: 1.3.0.RELEASE
|
groupId: mysql
|
||||||
|
artifactId: mysql-connector-java
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
links:
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/accessing-data-mysql/
|
||||||
|
description: Accessing data with MySQL
|
||||||
|
- name: H2
|
||||||
|
id: h2
|
||||||
|
description: H2 database (with embedded support)
|
||||||
|
groupId: com.h2database
|
||||||
|
artifactId: h2
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
|
- name: JDBC
|
||||||
|
id: jdbc
|
||||||
|
description: JDBC databases
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/relational-data-access/
|
||||||
|
description: Accessing Relational Data using JDBC with Spring
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/managing-transactions/
|
||||||
|
description: Managing Transactions
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jooq
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-sql
|
||||||
- name: MyBatis
|
- name: MyBatis
|
||||||
id: mybatis
|
id: mybatis
|
||||||
description: Persistence support using MyBatis
|
description: Persistence support using MyBatis
|
||||||
@@ -494,51 +517,6 @@ initializr:
|
|||||||
version: 1.2.2
|
version: 1.2.2
|
||||||
- versionRange: 1.5.0.RELEASE
|
- versionRange: 1.5.0.RELEASE
|
||||||
version: 1.3.1
|
version: 1.3.1
|
||||||
- name: JDBC
|
|
||||||
id: jdbc
|
|
||||||
description: JDBC databases
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/relational-data-access/
|
|
||||||
description: Accessing Relational Data using JDBC with Spring
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/managing-transactions/
|
|
||||||
description: Managing Transactions
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-sql
|
|
||||||
- name: H2
|
|
||||||
id: h2
|
|
||||||
description: H2 database (with embedded support)
|
|
||||||
groupId: com.h2database
|
|
||||||
artifactId: h2
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
- name: HSQLDB
|
|
||||||
id: hsql
|
|
||||||
description: HSQLDB database (with embedded support)
|
|
||||||
groupId: org.hsqldb
|
|
||||||
artifactId: hsqldb
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
- name: Apache Derby
|
|
||||||
id: derby
|
|
||||||
description: Apache Derby database (with embedded support)
|
|
||||||
groupId: org.apache.derby
|
|
||||||
artifactId: derby
|
|
||||||
scope: runtime
|
|
||||||
versionRange: 1.2.2.RELEASE
|
|
||||||
starter: false
|
|
||||||
- name: MySQL
|
|
||||||
id: mysql
|
|
||||||
description: MySQL jdbc driver
|
|
||||||
groupId: mysql
|
|
||||||
artifactId: mysql-connector-java
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/accessing-data-mysql/
|
|
||||||
description: Accessing data with MySQL
|
|
||||||
- name: PostgreSQL
|
- name: PostgreSQL
|
||||||
id: postgresql
|
id: postgresql
|
||||||
description: PostgreSQL jdbc driver
|
description: PostgreSQL jdbc driver
|
||||||
@@ -557,15 +535,21 @@ initializr:
|
|||||||
artifactId: mssql-jdbc
|
artifactId: mssql-jdbc
|
||||||
scope: runtime
|
scope: runtime
|
||||||
starter: false
|
starter: false
|
||||||
- name: Flyway
|
- name: HSQLDB
|
||||||
id: flyway
|
id: hsql
|
||||||
description: Flyway Database Migrations library
|
description: HSQLDB database (with embedded support)
|
||||||
groupId: org.flywaydb
|
groupId: org.hsqldb
|
||||||
artifactId: flyway-core
|
artifactId: hsqldb
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
|
- name: Apache Derby
|
||||||
|
id: derby
|
||||||
|
description: Apache Derby database (with embedded support)
|
||||||
|
groupId: org.apache.derby
|
||||||
|
artifactId: derby
|
||||||
|
scope: runtime
|
||||||
|
versionRange: 1.2.2.RELEASE
|
||||||
starter: false
|
starter: false
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-execute-flyway-database-migrations-on-startup
|
|
||||||
- name: Liquibase
|
- name: Liquibase
|
||||||
id: liquibase
|
id: liquibase
|
||||||
description: Liquibase Database Migrations library
|
description: Liquibase Database Migrations library
|
||||||
@@ -575,8 +559,50 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-execute-liquibase-database-migrations-on-startup
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-execute-liquibase-database-migrations-on-startup
|
||||||
|
- name: Flyway
|
||||||
|
id: flyway
|
||||||
|
description: Flyway Database Migrations library
|
||||||
|
groupId: org.flywaydb
|
||||||
|
artifactId: flyway-core
|
||||||
|
starter: false
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-execute-flyway-database-migrations-on-startup
|
||||||
|
- name: JOOQ
|
||||||
|
id: jooq
|
||||||
|
description: Persistence support using Java Object Oriented Querying
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jooq
|
||||||
- name: NoSQL
|
- name: NoSQL
|
||||||
content:
|
content:
|
||||||
|
- name: Redis
|
||||||
|
id: data-redis
|
||||||
|
description: Redis key-value data store, including spring-data-redis
|
||||||
|
aliases:
|
||||||
|
- redis
|
||||||
|
mappings:
|
||||||
|
- versionRange: 1.4.0.M1
|
||||||
|
artifactId: spring-boot-starter-data-redis
|
||||||
|
- versionRange: "[1.1.5.RELEASE,1.4.0.M1)"
|
||||||
|
artifactId: spring-boot-starter-redis
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/messaging-redis/
|
||||||
|
description: Messaging with Redis
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
||||||
|
- name: Reactive Redis
|
||||||
|
id: data-redis-reactive
|
||||||
|
description: Redis key-value data store, including spring-data-redis
|
||||||
|
versionRange: 2.0.0.M7
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://spring.io/guides/gs/messaging-redis/
|
||||||
|
description: Messaging with Redis
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
||||||
- name: MongoDB
|
- name: MongoDB
|
||||||
id: data-mongodb
|
id: data-mongodb
|
||||||
description: MongoDB NoSQL Database, including spring-data-mongodb
|
description: MongoDB NoSQL Database, including spring-data-mongodb
|
||||||
@@ -603,6 +629,19 @@ initializr:
|
|||||||
artifactId: de.flapdoodle.embed.mongo
|
artifactId: de.flapdoodle.embed.mongo
|
||||||
scope: test
|
scope: test
|
||||||
starter: false
|
starter: false
|
||||||
|
- name: Elasticsearch
|
||||||
|
id: data-elasticsearch
|
||||||
|
description: Elasticsearch search and analytics engine including spring-data-elasticsearch
|
||||||
|
weight: 10
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-elasticsearch
|
||||||
|
- name: Solr
|
||||||
|
id: data-solr
|
||||||
|
description: Apache Solr search platform, including spring-data-solr
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-solr
|
||||||
- name: Cassandra
|
- name: Cassandra
|
||||||
id: data-cassandra
|
id: data-cassandra
|
||||||
description: Cassandra NoSQL Database, including spring-data-cassandra
|
description: Cassandra NoSQL Database, including spring-data-cassandra
|
||||||
@@ -641,32 +680,6 @@ initializr:
|
|||||||
description: Accessing Data with Neo4j
|
description: Accessing Data with Neo4j
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
||||||
- name: Redis
|
|
||||||
id: data-redis
|
|
||||||
description: Redis key-value data store, including spring-data-redis
|
|
||||||
aliases:
|
|
||||||
- redis
|
|
||||||
mappings:
|
|
||||||
- versionRange: 1.4.0.M1
|
|
||||||
artifactId: spring-boot-starter-data-redis
|
|
||||||
- versionRange: "[1.1.5.RELEASE,1.4.0.M1)"
|
|
||||||
artifactId: spring-boot-starter-redis
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/messaging-redis/
|
|
||||||
description: Messaging with Redis
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
|
||||||
- name: Reactive Redis
|
|
||||||
id: data-redis-reactive
|
|
||||||
description: Redis key-value data store, including spring-data-redis
|
|
||||||
versionRange: 2.0.0.M7
|
|
||||||
links:
|
|
||||||
- rel: guide
|
|
||||||
href: https://spring.io/guides/gs/messaging-redis/
|
|
||||||
description: Messaging with Redis
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
|
||||||
- name: Gemfire
|
- name: Gemfire
|
||||||
id: data-gemfire
|
id: data-gemfire
|
||||||
description: GemFire distributed data store including spring-data-gemfire
|
description: GemFire distributed data store including spring-data-gemfire
|
||||||
@@ -677,19 +690,6 @@ initializr:
|
|||||||
description: Accessing Data with GemFire
|
description: Accessing Data with GemFire
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-gemfire
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-gemfire
|
||||||
- name: Solr
|
|
||||||
id: data-solr
|
|
||||||
description: Apache Solr search platform, including spring-data-solr
|
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-solr
|
|
||||||
- name: Elasticsearch
|
|
||||||
id: data-elasticsearch
|
|
||||||
description: Elasticsearch search and analytics engine including spring-data-elasticsearch
|
|
||||||
weight: 10
|
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-elasticsearch
|
|
||||||
- name: Cloud Core
|
- name: Cloud Core
|
||||||
bom: spring-cloud
|
bom: spring-cloud
|
||||||
versionRange: 1.2.3.RELEASE
|
versionRange: 1.2.3.RELEASE
|
||||||
@@ -1121,32 +1121,33 @@ initializr:
|
|||||||
description: Integrating Data
|
description: Integrating Data
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-integration
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-integration
|
||||||
- name: Quartz Scheduler
|
- name: Mail
|
||||||
id: quartz
|
id: mail
|
||||||
versionRange: 2.0.0.M2
|
description: javax.mail
|
||||||
description: Schedule jobs using Quartz
|
versionRange: 1.2.0.RC1
|
||||||
- name: Activiti
|
links:
|
||||||
id: activiti-basic
|
- rel: reference
|
||||||
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
||||||
description: Activiti BPMN workflow engine
|
- name: AMQP
|
||||||
groupId: org.activiti
|
id: amqp
|
||||||
artifactId: activiti-spring-boot-starter-basic
|
description: Advanced Message Queuing Protocol via spring-rabbit
|
||||||
version: 5.21.0
|
|
||||||
- name: Apache Camel
|
|
||||||
id: camel
|
|
||||||
versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
|
|
||||||
mappings:
|
|
||||||
- versionRange: "[1.4.0.RELEASE,1.5.0.RELEASE)"
|
|
||||||
version: 2.18.5
|
|
||||||
- versionRange: "[1.5.0.RELEASE,2.0.0.M1)"
|
|
||||||
version: 2.20.1
|
|
||||||
description: Integration using Apache Camel
|
|
||||||
groupId: org.apache.camel
|
|
||||||
artifactId: camel-spring-boot-starter
|
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: http://camel.apache.org/spring-boot
|
href: https://spring.io/guides/gs/messaging-rabbitmq/
|
||||||
description: Using Apache Camel with Spring Boot
|
description: Messaging with RabbitMQ
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-amqp
|
||||||
|
- name: Kafka
|
||||||
|
id: kafka
|
||||||
|
weight: 100
|
||||||
|
description: Kafka messaging support using Spring Kafka
|
||||||
|
versionRange: 1.5.0.RC1
|
||||||
|
groupId: org.springframework.kafka
|
||||||
|
artifactId: spring-kafka
|
||||||
|
starter: false
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-kafka
|
||||||
- name: JMS (ActiveMQ)
|
- name: JMS (ActiveMQ)
|
||||||
id: activemq
|
id: activemq
|
||||||
description: Java Message Service API via Apache ActiveMQ
|
description: Java Message Service API via Apache ActiveMQ
|
||||||
@@ -1177,33 +1178,21 @@ initializr:
|
|||||||
description: Messaging with JMS
|
description: Messaging with JMS
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-hornetq
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-hornetq
|
||||||
- name: AMQP
|
- name: Apache Camel
|
||||||
id: amqp
|
id: camel
|
||||||
description: Advanced Message Queuing Protocol via spring-rabbit
|
versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.4.0.RELEASE,1.5.0.RELEASE)"
|
||||||
|
version: 2.18.5
|
||||||
|
- versionRange: "[1.5.0.RELEASE,2.0.0.M1)"
|
||||||
|
version: 2.20.1
|
||||||
|
description: Integration using Apache Camel
|
||||||
|
groupId: org.apache.camel
|
||||||
|
artifactId: camel-spring-boot-starter
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-rabbitmq/
|
href: http://camel.apache.org/spring-boot
|
||||||
description: Messaging with RabbitMQ
|
description: Using Apache Camel with Spring Boot
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-amqp
|
|
||||||
- name: Kafka
|
|
||||||
id: kafka
|
|
||||||
weight: 100
|
|
||||||
description: Kafka messaging support using Spring Kafka
|
|
||||||
versionRange: 1.5.0.RC1
|
|
||||||
groupId: org.springframework.kafka
|
|
||||||
artifactId: spring-kafka
|
|
||||||
starter: false
|
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-kafka
|
|
||||||
- name: Mail
|
|
||||||
id: mail
|
|
||||||
description: javax.mail
|
|
||||||
versionRange: 1.2.0.RC1
|
|
||||||
links:
|
|
||||||
- rel: reference
|
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
|
||||||
- name: LDAP
|
- name: LDAP
|
||||||
id: data-ldap
|
id: data-ldap
|
||||||
description: LDAP support, including spring-data-ldap
|
description: LDAP support, including spring-data-ldap
|
||||||
@@ -1211,6 +1200,17 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap
|
||||||
|
- name: Quartz Scheduler
|
||||||
|
id: quartz
|
||||||
|
versionRange: 2.0.0.M2
|
||||||
|
description: Schedule jobs using Quartz
|
||||||
|
- name: Activiti
|
||||||
|
id: activiti-basic
|
||||||
|
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
||||||
|
description: Activiti BPMN workflow engine
|
||||||
|
groupId: org.activiti
|
||||||
|
artifactId: activiti-spring-boot-starter-basic
|
||||||
|
version: 5.21.0
|
||||||
- name: Spring Shell
|
- name: Spring Shell
|
||||||
id: spring-shell
|
id: spring-shell
|
||||||
groupId: org.springframework.shell
|
groupId: org.springframework.shell
|
||||||
|
|||||||
Reference in New Issue
Block a user