File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
+ group : travis_lts
2
3
3
4
service : docker
4
5
13
14
14
15
install : true
15
16
before_install :
16
- # # docker
17
- # - wget get.docker.com -O- | sudo sh -
18
- # - sudo usermod -aG docker $(whoami)
19
-
20
17
# docker-compose, curl, jq, httpie
21
- - sudo apt update --allow-unauthenticated
18
+ - sudo apt update -y || true
22
19
- sudo apt -y install curl jq libxml2-utils python-pip
23
20
- sudo pip install docker-compose httpie
24
21
@@ -42,8 +39,8 @@ script:
42
39
- http put :8080/my-entities/1 value=ololo
43
40
- http put :8080/my-entities/1 value=trololo
44
41
- 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
47
44
- docker-compose down -v
48
45
49
46
# - >
Original file line number Diff line number Diff line change @@ -46,6 +46,15 @@ include::../../elastic/README.adoc[tags=content]
46
46
== Spring Data Key-Value (webflux / kotlin)
47
47
include::../../key-value/README.adoc[tags=content]
48
48
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
+
49
58
== links
50
59
51
60
. link:http://asciidoctor.org/docs/user-manual/#builtin-attributes[asciidoctor attributes]
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ repositories {
22
22
mavenCentral()
23
23
}
24
24
25
-
26
25
dependencies {
27
26
compile(' org.springframework.boot:spring-boot-starter-data-jpa' )
28
27
compile(' org.springframework.boot:spring-boot-starter-web' )
You can’t perform that action at this time.
0 commit comments