书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 1391 个相关结果.
  • 使用 spring 的好处?

    1165 2018-03-08 《Java 面试笔记》
    what are benefits of using spring? what are benefits of using spring? Lightweight: Spring is lightweight when it comes to size and transparency. The basic version of spring fra...
  • Changing database

    Changing database Adding a database dependency into pom.xml Configuring the application to use the database Security Changing database Bakery is built on top of Spring Boot...
  • Pagination

    Pagination Pagination Performance Performance Bottleneck Optimization of ShardingSphere Pagination Solution Optimization Pagination Sub-query Pagination Pagination Perform...
  • 16.1.4. 返回多个实体(Returning multiple entities)

    16.1.4. 返回多个实体(Returning multiple entities) 16.1.4. 返回多个实体(Returning multiple entities) 到目前为止,结果集字段名被假定为和映射文件中指定的的字段名是一致的。假若SQL查询连接了多个表,同一个字段名可能在多个表中出现多次,这就会造成问题。 下面的查询中需要使用字段...
  • 数据库ItemWriters

    6.9.3 Database ItemWriters 6.9.3 Database ItemWriters 虽然文本文件和XML都有自己特定的 ItemWriter, 但数据库和他们并不一样。这是因为事务提供了所需的全部功能。 对于文件来说 ItemWriters 是必要的, 因为如果需要事务特性,他们必须充当这种角色, 跟踪输出的 item,并在适...
  • 16.1.5. 返回非受管实体(Returning non-managed entities)

    16.1.5. 返回非受管实体(Returning non-managed entities) 16.1.5. 返回非受管实体(Returning non-managed entities) 可以对原生sql 查询使用ResultTransformer。这会返回不受Hibernate管理的实体。 sess . createSQLQuery ( "S...
  • 5.1.4.6. 触发器实现的主键生成器(Primary keys assigned by triggers)

    5.1.4.6. 触发器实现的主键生成器(Primary keys assigned by triggers) 5.1.4.6. 触发器实现的主键生成器(Primary keys assigned by triggers) 仅仅用于遗留的schema中 (Hibernate不能使用触发器生成DDL)。 <id name = "id" typ...
  • 26.4. 日志级别

    26.4. 日志级别 26.4. 日志级别 所有Spring Boot支持的日志系统都可以在Spring Environment 中设置级别(application.properties 里也一样),设置格式为’logging.level.*=LEVEL’,其中LEVEL 是TRACE , DEBUG , INFO , WARN , ERROR , ...
  • 1.1 What’s New?

    1.1 What’s New? Build Features Maven Plugin Improvements Gradle Plugin Improvements Micronaut Launch Enhancements Support for Kotlin Gradle Builds Push to Github New Micronau...
  • 海量 Region 集群调优

    海量 Region 集群调优最佳实践 Raftstore 的工作流程 性能问题 性能监控 性能优化方法 方法一:增加 TiKV 实例 方法二:调整 raft-base-tick-interval 方法三:提高 Raftstore 并发数 方法四:开启 Hibernate Region 功能 方法五:开启 Region Merge 其他问...