mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Dependency update
This commit updates the spring boot version used by the install script and adds 3 new starters: ws, hornetq and elasticsearch
This commit is contained in:
@@ -30,12 +30,16 @@ initializr:
|
|||||||
id: data-gemfire
|
id: data-gemfire
|
||||||
- name: Solr
|
- name: Solr
|
||||||
id: data-solr
|
id: data-solr
|
||||||
|
- name: Elasticsearch
|
||||||
|
id: data-elasticsearch
|
||||||
- name: I/O
|
- name: I/O
|
||||||
content:
|
content:
|
||||||
- name: Batch
|
- name: Batch
|
||||||
id: batch
|
id: batch
|
||||||
- name: Integration
|
- name: Integration
|
||||||
id: integration
|
id: integration
|
||||||
|
- name: JMS
|
||||||
|
id: hornetq
|
||||||
- name: AMQP
|
- name: AMQP
|
||||||
id: amqp
|
id: amqp
|
||||||
- name: Web
|
- name: Web
|
||||||
@@ -46,6 +50,8 @@ initializr:
|
|||||||
- web
|
- web
|
||||||
- name: Websocket
|
- name: Websocket
|
||||||
id: websocket
|
id: websocket
|
||||||
|
- name: WS
|
||||||
|
id: ws
|
||||||
- name: Rest Repositories
|
- name: Rest Repositories
|
||||||
id: data-rest
|
id: data-rest
|
||||||
- name: Mobile
|
- name: Mobile
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
VERSION="1.1.1.RELEASE"
|
VERSION="1.1.5.RELEASE"
|
||||||
if [ -z "${PREFIX}" ]; then
|
if [ -z "${PREFIX}" ]; then
|
||||||
PREFIX="/usr/local/bin"
|
PREFIX="/usr/local/bin"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user