Skip to content

Commit e3db2ff

Browse files
committed
update asciidoc
1 parent 4edcc00 commit e3db2ff

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.travis.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sudo: required
2+
group: travis_lts
23

34
service: docker
45

@@ -13,12 +14,8 @@ env:
1314

1415
install: true
1516
before_install:
16-
## docker
17-
#- wget get.docker.com -O- | sudo sh -
18-
#- sudo usermod -aG docker $(whoami)
19-
2017
# docker-compose, curl, jq, httpie
21-
- sudo apt update --allow-unauthenticated
18+
- sudo apt update -y || true
2219
- sudo apt -y install curl jq libxml2-utils python-pip
2320
- sudo pip install docker-compose httpie
2421

@@ -42,8 +39,8 @@ script:
4239
- http put :8080/my-entities/1 value=ololo
4340
- http put :8080/my-entities/1 value=trololo
4441
- http put :8080/my-entities/1 value=ho-ho-ho
45-
- http put :8080/my-entities
46-
- http put :8080/my-entities-history
42+
- http get :8080/my-entities
43+
- http get :8080/my-entities-history
4744
- docker-compose down -v
4845

4946
# - >

docs/src/index.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ include::../../elastic/README.adoc[tags=content]
4646
== Spring Data Key-Value (webflux / kotlin)
4747
include::../../key-value/README.adoc[tags=content]
4848

49+
== Spring Data Hazelcast
50+
include::../../spring-data-hazelcast/README.adoc[tags=content]
51+
52+
== Spring data reactive (mongo, solr, elastic)
53+
include::../../reactive-data/README.adoc[tags=content]
54+
55+
== Spring Data (spring-data-rest) advanced audit
56+
include::../../spring-data-history-audit/README.adoc[tags=content]
57+
4958
== links
5059

5160
. link:http://asciidoctor.org/docs/user-manual/#builtin-attributes[asciidoctor attributes]

shadov/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repositories {
2222
mavenCentral()
2323
}
2424

25-
2625
dependencies {
2726
compile('org.springframework.boot:spring-boot-starter-data-jpa')
2827
compile('org.springframework.boot:spring-boot-starter-web')

0 commit comments

Comments
 (0)