dynamic-datasource/native-image/user-code-filter.json
Ling Hengqian 9e029086f0
Use Conditional Metadata instead of Standard Metadata (#567)
* - Use Conditional Metadata instead of Standard Metadata
- Update Maven Wrapper to 3.2.0
- Update Native Build Tools to 0.9.26
- Updated contributor guidelines

* Remove all JMX related GraalVM Reachability Metadata

* Migrate the GraalVM Reachability Metadata under the test package to the main package
2023-09-11 09:45:06 +08:00

7 lines
112 B
JSON

{
"rules": [
{"excludeClasses": "**"},
{"includeClasses": "com.baomidou.dynamic.datasource.**"}
]
}