当前位置:网站首页>ojdbc8 "Recommended Collection"
ojdbc8 "Recommended Collection"
2022-07-31 18:23:00 【The whole stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
The role of spring-boot-starter-parent Introduce spring-boot-start-parent in pom.xml, what spring's official explanation is called stater poms, it can provide dependency management, that is to sayDependency management, after the introduction, no version is required when declaring other dependencies, as you can see later.spring-boot-starter-web function springweb core component spring-boot-maven-plugin function If we want to start spring directly from Main, then the following plugin must be added, otherwise it isUnable to start.This configuration is not required if you use maven's spring-boot:run.(When I was testing, if I did not configure the plugin below, it would also run directly in Main.)
package com.example.demo;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;@SpringBootApplicationpublic class DemoApplication {public static void main(String[] args) {SpringApplication.run(DemoApplication.class, args);}}4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.7.RELEASE com.example demo 0.0.1-SNAPSHOT demo Demo project for Spring Boot 1.8 org.springframework.boot spring-boot-starter com.oracle.ojdbc ojdbc8 runtime org.springframework.boot spring-boot-starter-test test org.junit.vintage junit-vintage-engine org.springframework.boot spring-boot-maven-plugin Publisher: Full stack programmer, please indicate the source: https://javaforall.cn/127512.htmlOriginal link: https://javaforall.cn
边栏推荐
- 这位985教授火了!当了10年博导,竟无一博士毕业!
- matplotlib ax bar color Set the color, transparency, label legend of the ax bar
- Istio介绍
- A common method and the use of selenium
- After Effects tutorial, How to adjust overexposed snapshots in After Effects?
- Routing interception of WeChat applet
- 20.支持向量机—数学原理知识
- matplotlib ax bar color 设置ax bar的颜色、 透明度、label legend
- 研发过程中的文档管理与工具
- 2022 Android interview summary (with interview questions | source code | interview materials)
猜你喜欢

1161. 最大层内元素和 : 层序遍历运用题

Three.js入门

How programmers learn open source projects, this article tells you

每日练习------随机产生一个1-100之间的整数,看能几次猜中。要求:猜的次数不能超过7次,每次猜完之后都要提示“大了”或者“小了”。

【NLP】什么是模型的记忆力!

Three. Introduction to js

Chinese encoding Settings and action methods return values

全平台GPU通用AI视频补帧超分教程

Intelligent bin (9) - vibration sensor (raspberries pie pico implementation)

Huawei's top engineers lasted nine years "anecdotal stories network protocol" PDF document summary, is too strong
随机推荐
Masterless Replication System (3)-Limitations of Quorum Consistency
MySQL---Basic select statement
MySQL - multi-table query
常用的安全渗透测试工具(渗透测试工具)
flyway的快速入门教程
Automated testing - web automation - first acquaintance with selenium
MATLAB程序设计与应用 2.4 MATLAB常用内部函数
MySQL---多表查询
UserAgent 解析
【AcWing】第 62 场周赛 【2022.07.30】
Golang 必知必会Go Mod命令
京东获取商品历史价格信息 API
20.支持向量机—数学原理知识
最后写入胜利(丢弃并发写入)
MySQL---基本的select语句
All-platform GPU general AI video supplementary frame super-score tutorial
Flex布局详解
Three. Introduction to js
【Yugong Series】July 2022 Go Teaching Course 022-Dictionary of Go Containers
全平台GPU通用AI视频补帧超分教程