书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 706 个相关结果.
  • Java API

    Overview Usage Import Maven Dependency Create Data Source Use Data Source Overview Java API is the basic configuration methods in ShardingSphere-JDBC, and other configuratio...
  • 返回对象

    1317 2019-04-20 《朋也社区文档》
    Result IPage Result 接口返回对象就只有一个 Result 这个类是在程序里自定义的,共三个属性 public class Result { private Integer code ; private String description ; private O...
  • 本章小结

    1271 2019-03-05 《Kotlin极简教程》
    本章小结 本章小结 本章我们较为细致完整地介绍了使用Kotlin集成SpringBoot进行服务后端开发,并结合简单的前端开发,完成了一个极简的技术博客Web站点。我们可以看到,使用Kotlin结合Spring Boot、Spring MVC、JPA等Java框架的无缝集成,关键是大大简化了我们的代码。同时,在本章最后我们简单介绍了Spring 5....
  • 调整repository定义

    992 2018-04-17 《Spring Data 文档》
    调整repository定义 调整repository定义 通常你的Repository interface将会继承自Repository,CrudRepository或者PagingAndSortingRepository。另外,如果你不想继承Spring Data的接口,你也能通过@RepositoryDefinition 声明你的Reposit...
  • 简介

    简介 整体架构图 快速入门 引入maven依赖 规则配置 使用原生JDBC接口 使用Spring命名空间配置 简介 Sharding-JDBC直接封装JDBC API,可以理解为增强版的JDBC驱动,旧代码迁移成本几乎为零: 可适用于任何基于java的ORM框架,如:JPA, Hibernate, Mybatis, Spring JD...
  • Simplified Hibernate ORM with Panache

    1069 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Simplified Hibernate ORM with Panache First: an example Solution Setting up and configuring Hibernate ORM with Panache Solution 1: using the active record pattern Defi...
  • 使用 Java API

    使用 Java API 引入 Maven 依赖 规则配置 使用 ShardingSphereDataSource 使用 Java API 引入 Maven 依赖 规则配置 使用 ShardingSphereDataSource 引入 Maven 依赖 <dependency> <groupId> org.apache.s...
  • Use Spring Namespace

    Use Spring Namespace Import Maven Dependency Configure Rule Use ShardingSphereDataSource in Spring Use Spring Namespace Import Maven Dependency Configure Rule Use Sharding...
  • 7.8. FAQ

    [JDBC] Why there may be an error when configure both shardingsphere-jdbc-spring-boot-starter and a spring-boot-starter of certain datasource pool(such as druid)? [JDBC] Why is xsd...
  • Spring Boot

    Overview Usage Import Maven Dependency Configure Spring Boot Properties Use Data Source Handling for Spring Boot OSS 3 Special handling for earlier versions of Spring Boot OS...