Skip to content

bump to spring boot 3.2.4 #89

bump to spring boot 3.2.4

bump to spring boot 3.2.4 #89

name: spring-reactive-boot-data-cassandra
on:
push:
paths:
- "boot-data-cassandra/**"
branches: [ master ]
pull_request:
paths:
- "boot-data-cassandra/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd boot-data-cassandra
mvn -B package --file pom.xml