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
|
||||
- name: Solr
|
||||
id: data-solr
|
||||
- name: Elasticsearch
|
||||
id: data-elasticsearch
|
||||
- name: I/O
|
||||
content:
|
||||
- name: Batch
|
||||
id: batch
|
||||
- name: Integration
|
||||
id: integration
|
||||
- name: JMS
|
||||
id: hornetq
|
||||
- name: AMQP
|
||||
id: amqp
|
||||
- name: Web
|
||||
@@ -46,6 +50,8 @@ initializr:
|
||||
- web
|
||||
- name: Websocket
|
||||
id: websocket
|
||||
- name: WS
|
||||
id: ws
|
||||
- name: Rest Repositories
|
||||
id: data-rest
|
||||
- name: Mobile
|
||||
|
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
# set -x
|
||||
|
||||
VERSION="1.1.1.RELEASE"
|
||||
VERSION="1.1.5.RELEASE"
|
||||
if [ -z "${PREFIX}" ]; then
|
||||
PREFIX="/usr/local/bin"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user