书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 710 个相关结果.
  • 30、使用 SQL 数据库

    30、使用 SQL 数据库 30.1、配置数据源 30.1.1、内嵌数据库支持 30.1.2、连接生产数据库 30.1.3、连接 JNDI 数据源 30.2、使用 JdbcTemplate 30.3、JPA 与 Spring Data JPA 30.3.1、实体类 30.3.2、Spring Data JPA 资源库 30.3.3、创建和删除 ...
  • Spring Boot整合MySQL

    Spring Boot整合MySQL 数据源配置 通过JDBCTemplate操作数据库 两个数据源 通过JPA操纵数据库 小结 拓展阅读 Spring Boot整合MySQL 经过上一节的讨论,相信你已经有了一套可运维的MySQL服务器了,接下来的两节,我们来讨论如何在Spring Boot中整合MySQL。 在Spring Boot...
  • Gitpod

    Gitpod Quick start Use the default Gitpod configuration and environment Using custom Gitpod configuration and Docker image Customize Gitpod configurations Customize Gitpod Docke...
  • Compiler plugins

    Compiler Plugins All-open compiler plugin Using in Gradle Using in Maven Spring support Using in CLI No-arg compiler plugin Using in Gradle Using in Maven JPA support Using...
  • 查询方法

    查询方法 查询方法 标准的CRUD(增删改查)功能都要使用查询语句来查询数据库。但通过使用Spring Data,只要四个步骤就可以实现。 1.声明一个继承Repository接口或其子接口的持久层接口。并标明要处理的域对象类型及其主键的类型(在下面的例子中,要处理的域对象是Person,其主键类型是Long) interface Pe...
  • Gitpod

    Gitpod 快速开始 使用默认的 Gitpod 配置和环境 使用自定义的 Gitpod 配置和 Docker 镜像 自定义 Gitpod 配置 自定义 Gitpod Docker 镜像 应用更改 总结 Gitpod 使用 Gitpod ,只需单击一个按钮或链接即可在浏览器中获得完整的开发环境,并且可以立即编写代码。 Gitpod 是一...
  • Installing

    Installing Downloading the Package Installation Package Content Downloading with Maven Using the Maven Archetype Including Libraries in Your Project Persistence Configuration ...
  • SpringBoot Data REST 初步

    Spring Data REST 初步 基本概念 开始使用 Spring Data REST Spring Data REST 初步 在前面的 REST 实践当中,可以看到常用的 CRUD 操作,是有常见的写法和模式的。对于很多资源的 CRUD,要写很多类似的数据库操作代码,那么有没有办法简化代码呢?人们自然已经想到办法了,接下来我们将学习如何使...
  • Gitpod

    Gitpod 快速开始 使用默认的 Gitpod 配置和环境 使用自定义的 Gitpod 配置和 Docker 镜像 自定义 Gitpod 配置 自定义 Gitpod Docker 镜像 应用更改 总结 Gitpod 使用 Gitpod ,只需单击一个按钮或链接即可在浏览器中获得完整的开发环境,并且可以立即编写代码。 Gitpod 是一...
  • 30.3.4 Spring Data Neo4j仓库

    30.3.4 Spring Data Neo4j仓库 30.3.4 Spring Data Neo4j仓库 Spring Data包含的仓库也支持Neo4j,实际上,Spring Data JPA和Spring Data Neo4j使用相同的常用设施,所以你可以采用先前JPA的示例,假设City 现在是一个Neo4j OGM @NodeEntity ...