morningman commented on a change in pull request #6349: URL: https://github.com/apache/incubator-doris/pull/6349#discussion_r679864687
########## File path: samples/doris-demo/spring-jdbc-demo/docs/instructions.md ########## @@ -0,0 +1,61 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Instructions for use + +This example is based on SpringBoot and Mybatis to integrate, access doris data through JDBC, and then provide data API access services through rest. + +For specific table structure and sample data, please refer to the documentation in the stream-load-demo project. + +## Directory structure description + + + +包说明: Review comment: Chinese? ########## File path: samples/doris-demo/spring-jdbc-demo/docs/instructions.md ########## @@ -0,0 +1,61 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Instructions for use + +This example is based on SpringBoot and Mybatis to integrate, access doris data through JDBC, and then provide data API access services through rest. + +For specific table structure and sample data, please refer to the documentation in the stream-load-demo project. + +## Directory structure description + + + +包说明: + +1. config : Data source configuration class, and Application configuration +2. controller:rest interface class +3. datasource : Data source configuration, mainly dynamic switching of multiple data sources +4. domain:Entity java bean +5. mapper:mybatis data access interface definition +6. service:Business service interface +7. util:Tools +8. DorisApplication : SpringBoot startup class + +配置文件说明: Review comment: Chinese? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
