fix:后台管理中心,权限配置的三个tab,不支持前端的分页参数请求,bug fix #429
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: maven compile test | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v2 | |
with: | |
java-version: '17' | |
distribution: 'temurin' | |
cache: maven | |
- uses: mirromutth/[email protected] | |
with: | |
mysql version: '5.7' | |
mysql database: 'sonic' | |
mysql root password: 'Sonic!@#123' | |
mysql user: 'root' | |
mysql password: 'Sonic!@#123' | |
- name: Validate and Compile with Maven | |
run: mvn test |