File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : github
2
+
3
+ on : [push]
4
+
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+
10
+ - uses : actions/checkout@v2
11
+
12
+ - name : Set up JDK 15
13
+ uses : actions/setup-java@v1
14
+ with :
15
+ java-version : 15
16
+
17
+ - name : Build with Maven
18
+ run : mvn -B install --no-transfer-progress --file pom.xml
Original file line number Diff line number Diff line change 1
1
Multiple Spring Boot servers that are secured with different client certificates - called by RestTemplate
2
2
=============================
3
+ [ ![ Build Status] ( https://github.com/jonashackt/spring-boot-rest-clientcertificates-docker-compose/workflows/github/badge.svg )] ( https://github.com/jonashackt/spring-boot-rest-clientcertificates-docker-compose/actions )
3
4
[ ![ Build Status] ( https://travis-ci.com/jonashackt/spring-boot-rest-clientcertificates-docker-compose.svg?branch=master )] ( https://travis-ci.com/jonashackt/spring-boot-rest-clientcertificates-docker-compose )
4
5
[ ![ renovateenabled] ( https://img.shields.io/badge/renovate-enabled-yellow )] ( https://renovatebot.com )
5
6
You can’t perform that action at this time.
0 commit comments