kimmking opened a new issue #4550: Add rat plugin to check license in examples module URL: https://github.com/apache/incubator-shardingsphere/issues/4550 After examples migrated to master repo, then we should add rat plugin to check license in examples module. Here is the tasks: - [ ] 1. add rat plugin to pom - 2. check and add missing licenses for java/xml/sql/properties/yaml/yml. [ ] 2.1 examples root directory: ├── README.md ├── pom.xml └── src └── resources [ ] 2.2 docker directory ├── docker │ ├── docker-compose.md │ ├── sharding-jdbc │ ├── sharding-proxy │ └── tools [ ] 2.3 example-core directory ├── example-core │ ├── config-utility │ ├── example-api │ ├── example-raw-jdbc │ ├── example-spring-jpa │ ├── example-spring-mybatis │ └── pom.xml [ ] 2.4 example-jdbc-example directory ├── sharding-jdbc-example │ ├── orchestration-example │ ├── other-feature-example │ ├── pom.xml │ ├── sharding-example │ └── transaction-example [ ] 2.5 example-proxy-example directory ├── sharding-proxy-example │ ├── pom.xml │ ├── sharding-proxy-boot-mybatis-example │ └── sharding-proxy-hint-example
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
