Skip to content

feat: use oceanbase-client and druid pool in jdbc mode (#35) #21

feat: use oceanbase-client and druid pool in jdbc mode (#35)

feat: use oceanbase-client and druid pool in jdbc mode (#35) #21

name: Maven Build on Main Branch
on:
push:
branches:
- main
jobs:
build:
name: Maven Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'zulu'
- name: Build with Maven
run: mvn clean install