摘要: 3. SpringBoot 整合第三方技术 1. 整合Junit 一般来说是不需要进行处理的 ,因为在创建SpringBoot 工程时 ,会自动整合junit​的 要说怎么配置的话?也可以写一下相关的配置:以下就是SpringBoot 整合 Junit 相关步骤 导入相关依赖 <dependency> <groupId>org.springf 阅读全文
posted @ 2024-09-03 17:29 念念念北 阅读(44) 评论(2) 推荐(0)
摘要: 2. 基础配置 1. 配置文件格式 1.1 配置文件自动提示功能消失解决方案 ​​ 1.2 SpringBoot配置文件加载顺序(了解) application.properties > application.yml > application.yaml 1.3 注意事项 SpringBoot核心配置文件名为ap 阅读全文
posted @ 2024-09-03 17:22 念念念北 阅读(20) 评论(0) 推荐(0)
摘要: 1. SpringBoot 入门 1. SpringBoot 简介 SpringBoot是由Pivotal团队提供的全新框架,可以帮助我们开发基于Spring的、独立的、生产级的应用程序。​ 其中SpringBoot的官网是:Spring Boot Reference Documentation SpringBoot的主要目标是: 阅读全文
posted @ 2024-09-03 17:03 念念念北 阅读(29) 评论(0) 推荐(0)
摘要: 2. 基础数据结构 2.1 数组 1) 概述 定义 在计算机科学中,数组是由一组元素(值或变量)组成的数据结构,每个元素有至少一个索引或键来标识 In computer science, an array is a data structure consisting of a collection of element 阅读全文
posted @ 2024-09-03 09:53 念念念北 阅读(19) 评论(0) 推荐(0)
摘要: 1. 初识算法 1. 什么是算法 定义 : 在数学和计算机科学领域,算法是一系列有限的严谨指令,通常用于解决一类特定问题或执行计算 In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/) is a finite sequence of rig 阅读全文
posted @ 2024-09-03 09:31 念念念北 阅读(55) 评论(0) 推荐(0)