VampireAchao opened a new pull request, #5617: URL: https://github.com/apache/shenyu/pull/5617
// Describe your PR here; eg. Fixes #issueNo Resolve #5615 Make sure that: - [X] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor/). - [X] You submit test cases (unit or integration tests) that back your changes. - [X] Your local test passed `mvn clean install -Dmaven.javadoc.skip=true`. ShenyuAdmin Datasource support OceanBase. Modify : - Added the configuration `org.apache.shenyu.admin.config.MapperConfig.OceanBaseSQLConfig` to ensure PageHelper uses the MySQL dialect. - Added `application-ob.yml` with the default OceanBase port, driver, and set `spring.integration.jdbc.platform` to `mysql`. Notice: The driver `com.oceanbase:oceanbase-client` in `pom.xml` is provided by default in ShenyuAdmin. Users need to modify or remove it before use. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org