Skip to content

feat : use LazyConnectionDataSourceProxy to improve performance #223

feat : use LazyConnectionDataSourceProxy to improve performance

feat : use LazyConnectionDataSourceProxy to improve performance #223

name: open-api-spring-boot
on:
push:
paths:
- "open-api-spring-boot/**"
branches: [main]
pull_request:
paths:
- "open-api-spring-boot/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: open-api-spring-boot Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "open-api-spring-boot"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 21
distribution: "temurin"
cache: "maven"
- name: Build and analyze
run: ./mvnw clean verify