Skip to content

解决使用JPA时两个可能为null的属性,发布2.2.2版本,fixed #https://github.com/mybatis-mapp… #42

解决使用JPA时两个可能为null的属性,发布2.2.2版本,fixed #https://github.com/mybatis-mapp…

解决使用JPA时两个可能为null的属性,发布2.2.2版本,fixed #https://github.com/mybatis-mapp… #42

Workflow file for this run

name: Maven verify
on:
pull_request:
types: [ opened, reopened, edited ]
push:
branches: [ develop, master ]
jobs:
mvn_verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Maven Central Repository
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify