书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 12405 个相关结果.
  • Boot Options

    Boot Options Configuring the Installation System at the Boot Menu Available Boot Options Specifying the Installation Source Kickstart Boot Options Console, Environment and Displ...
  • 9. CI/CD based on Spring Boot Project

    Create a Jenkinsfile-based Pipeline for Spring Boot Project Objective Prerequisites Pipeline Overview Hands-on Lab Step 1: Create Credentials Step 2: Modify Jenkinsfile in Repo...
  • 第一个Spring Boot应用

    第一个Spring Boot应用 application.yml 使用环境变量 logback-spring.xml 练习 小结 读后有收获可以支付宝请作者喝咖啡,读后有疑问请加微信群讨论: 第一个Spring Boot应用 要了解Spring Boot,我们先来编写第一个Spring Boot应用程序,看看与前面我们编写的Spring应...
  • Boot Sequence

    Boot Sequence Understanding the DC/OS component services boot sequence Master nodes Agent nodes Services Scheduler services More information Boot Sequence Understanding...
  • SOFA Boot

    SOFA Boot 技术栈介绍 开发工具 目录结构示例 配置文件说明 工程配置 SOFAStack 中间件 SOFA Boot 本文将分别介绍 SOFA Boot 技术栈原理以及项目目录结构,便于您理解并快速上手基于 SOFA Boot 技术栈的研发。 技术栈介绍 SOFA Boot 是基于 Spring Boot 的开发框架,...
  • Spring Boot Jpa Thymeleaf 增删改查示例

    快速上手 配置文件 启动类 数据库层代码 业务层处理 页面内容 这篇文章介绍如何使用jpa和thymeleaf做一个增删改查的示例。 快速上手 配置文件 pom包配置 pom包里面添加jpa和thymeleaf的相关包引用 <dependency> <groupId> org.springframework.boo...
  • Spring Boot集成SQL数据库1

    Spring Boot集成SQL数据库1 搭建MySQL实验环境 Spring Boot 集成 JDBC操作MySQL Spring Boot集成SQL数据库1 从银行的交易数据到打车订单,衣食住行,都离不开数据库的存储。 在接下来的两个小节中,我们将通过3种不同的技术,在Spring Boot中集成MySQL数据库。 JDBC MyBa...
  • 向 Spring Boot 项目添加数据类

    向 Spring Boot 项目添加数据类 Update your application Run the application Next step Get the Kotlin language map 向 Spring Boot 项目添加数据类 This is the second part of the Getting started ...
  • 80.5 将Spring Boot应用作为依赖

    80.5 将Spring Boot应用作为依赖 80.5 将Spring Boot应用作为依赖 跟war包一样,Spring Boot应用不是用来作为依赖的。如果你的应用包含需要跟其他项目共享的类,最好的方式是将代码放到单独的模块,然后其他项目及你的应用都可以依赖该模块。 如果不能按照上述推荐的方式重新组织代码,你需要配置Spring Boot的M...
  • 10.3. 从Spring Boot早期版本升级

    10.3. 版本升级 10.3. 版本升级 如果你正在升级Spring Boot的早期发布版本,那最好查看下project wiki 上的”release notes”,你会发现每次发布对应的升级指南和一个”new and noteworthy”特性列表。 想要升级一个已安装的CLI,你需要使用合适的包管理命令,例如brew upgrade ;如果...