You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/11/22 08:07:40 UTC

[GitHub] [shardingsphere] wp0372176 edited a comment on issue #8286: how to support database scheme or user ?

wp0372176 edited a comment on issue #8286:
URL: https://github.com/apache/shardingsphere/issues/8286#issuecomment-731713029


      <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
               <version>4.1.1</version>
           </dependency>
   
   oracle的依赖:
   <dependency>
               <groupId>com.oracle.database.jdbc</groupId>
               <artifactId>ojdbc8</artifactId>
               <version>19.8.0.0</version>
           </dependency>
           <dependency>
               <groupId>com.oracle.database.nls</groupId>
               <artifactId>orai18n</artifactId>
               <version>19.8.0.0</version>
           </dependency>
   
   spring boot 依赖:
   
       <parent>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter-parent</artifactId>
           <version>2.3.6.RELEASE</version> 
       </parent>


----------------------------------------------------------------
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:
users@infra.apache.org