书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 706 个相关结果.
  • 5. Tutorial Using Envers

    5. Tutorial Using Envers 5.1. persistence.xml 5.2. The annotated entity Java class 5.3. Example code 5.4. Take it further! 5. Tutorial Using Envers This tutorial is locat...
  • Who is using

    1461 2019-10-24 《JustAuth 使用手册》
    Who is using? Who is using? spring-boot-demo : spring boot demo 是一个用来学习 spring boot 的项目,总共包含 55 个集成demo,已经完成 46 个。(注:spring-boot-demo-social 模块中集成了JustAuth)注:该作者是JustAuth的开发者之...
  • 78.2 改变AuthenticationManager并添加用户账号

    78.2 改变AuthenticationManager并添加用户账号 78.2 改变AuthenticationManager并添加用户账号 如果你提供了一个AuthenticationManager 类型的@Bean ,那么默认的就不会被创建了,所以你可以获得Spring Security可用的全部特性(比如,不同的认证选项 )。 Sprin...
  • Simplified Hibernate ORM with Panache

    9687 2019-11-10 《Quarkus v1.0 Document》
    Quarkus - Simplified Hibernate ORM with Panache First: an example Setting up and configuring Hibernate ORM with Panache Defining your entity Most useful operations Paging Sort...
  • Spring Boot 使用 Mybatis

    mybatis-spring-boot-starter 无配置文件注解版 1 添加相关maven文件 2、application.properties 添加相关配置 3、开发Mapper 4、使用 极简xml版本 1、配置 2、添加User的映射文件 3、编写Dao层的代码 4、使用 如何选择 这两天启动了一个新项目因为项目组成员...
  • Java API

    简介 使用步骤 引入 Maven 依赖 构建数据源 使用数据源 简介 Java API 是 ShardingSphere-JDBC 中所有配置方式的基础,其他配置最终都将转化成为 Java API 的配置方式。 Java API 是最繁琐也是最灵活的配置方式,适合需要通过编程进行动态配置的场景下使用。 使用步骤 引入 Maven 依赖 ...
  • v0.6.0

    MatrixOne v0.6.0 Release Notes Docker Features Known Issues Contributors New Contributors Full Changelog MatrixOne v0.6.0 Release Notes We are excited to announce Matrix...
  • v0.6.0

    MatrixOne v0.6.0 Release Notes Docker Features Known Issues Contributors New Contributors Full Changelog MatrixOne v0.6.0 Release Notes We are excited to announce Matrix...
  • Simplified Hibernate ORM with Panache and Kotlin

    709 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Simplified Hibernate ORM with Panache and Kotlin First: an example Using the repository pattern Defining your entity Defining your repository Most useful operations ...
  • 基础实体类

    3.2.1.1. 基础实体类 3.2.1.1. 基础实体类 本节将详细介绍基础实体类和接口。 Instance – 定义了使用应用程序领域对象的基本方法: 获取对象元类的引用; 生成实例名称; 根据名称读写属性值; 添加监听器用于接收有关属性更改的通知。 Entity – 继承自 Instance ,添加了实体...