当前位置:网站首页>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
边栏推荐
猜你喜欢
Introduction of Jerry voice chip ic toy chip ic_AD14NAD15N full series development
20.支持向量机—数学原理知识
How can we improve the real yourself, become an excellent architect?
Bika LIMS 开源LIMS集—— SENAITE的使用(检测流程)
leetcode:6135. 图中的最长环【内向基环树 + 最长环板子 + 时间戳】
TestCafe总结
Kotlin协程:续体、续体拦截器、调度器
ECCV 2022 华科&ETH提出首个用于伪装实例分割的一阶段Transformer的框架OSFormer!代码已开源!...
Intelligent bin (9) - vibration sensor (raspberries pie pico implementation)
flowable工作流所有业务概念
随机推荐
1161. 最大层内元素和 : 层序遍历运用题
Tkinter 入门之旅
Verilog实现占空比为5/18的9分频
MySQL---运算符
AcWing 1282. Search Keyword Problem Solution ((AC Automata) Trie+KMP)+bfs)
Introduction of Jerry voice chip ic toy chip ic_AD14NAD15N full series development
Last write wins (discards concurrent writes)
MySQL - multi-table query
【码蹄集新手村600题】通向公式与程序相结合
自动化测试—web自动化—selenium初识
ThreadLocal
35道MySQL面试必问题图解,这样也太好理解了吧
你辛辛苦苦写的文章可能不是你的原创
【愚公系列】2022年07月 Go教学课程 023-Go容器之列表
MySQL---aggregate function
Istio介绍
研发过程中的文档管理与工具
Intelligent bin (9) - vibration sensor (raspberries pie pico implementation)
go基础部分学习笔记记录
Smart Trash Can (8) - Infrared Tube Sensor (Raspberry Pi pico)