当前位置:网站首页>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
边栏推荐
- Go1.18升级功能 - 模糊测试Fuzz 从零开始Go语言
- ResNet的基础:残差块的原理
- 【luogu P8326】Fliper (Graph Theory) (Construction) (Eulerian Circuit)
- iNeuOS工业互联网操作系统,设备运维业务和“低代码”表单开发工具
- Golang 必知必会Go Mod命令
- 移动web开发02
- JD.com searches for products by keyword API
- Mariabackup implements incremental data backup for Mariadb 10.3
- Unity 之 音频类型和编码格式介绍
- All-platform GPU general AI video supplementary frame super-score tutorial
猜你喜欢
新型电信“套路”,我爸中招了!
广汽本田安全体验营:“危险”是最好的老师
关于柱状图的经典画法总结
Automated testing - web automation - first acquaintance with selenium
1161. Maximum Sum of Elements in Layer: Hierarchical Traversal Application Problems
认识异常 (看完这篇你就懂了)
Huawei's top engineers lasted nine years "anecdotal stories network protocol" PDF document summary, is too strong
selenium的常见方法及使用
这位985教授火了!当了10年博导,竟无一博士毕业!
MySQL---运算符
随机推荐
Combinatorics Notes (6) Associative Algebra of Locally Finite Partially Ordered Sets, Möbius Inversion Formula
leetcode 665. Non-decreasing Array 非递减数列(中等)
Handling write conflicts under multi-master replication (3) - Convergence to a consistent state and custom conflict resolution logic
cas与自旋锁(轻量级锁就是自旋锁吗)
【Yugong Series】July 2022 Go Teaching Course 023-List of Go Containers
【源码解析】BeanFactory和FactoryBean
iNeuOS工业互联网操作系统,设备运维业务和“低代码”表单开发工具
华为手机一键开启“维修模式”隐藏所有数据,让手机隐私更加安全
Masterless Replication System (3)-Limitations of Quorum Consistency
Three. Introduction to js
MySQL---Subqueries
九齐ny3p系列语音芯片替代国产方案KT148A性价比更高420秒长度
UVM RAL模型和内置seq
MySQL---多表查询
JD.com searches for products by keyword API
MySQL---operator
Huawei's top engineers lasted nine years "anecdotal stories network protocol" PDF document summary, is too strong
【Yugong Series】July 2022 Go Teaching Course 021-Slicing Operation of Go Containers
Routing interception of WeChat applet
基于WPF重复造轮子,写一款数据库文档管理工具(一)