springboot配置文件yml读取不到。

数据源配置在这里插入图片描述
appenders present in context [logback] for logger [org.springframework.core.env.PropertySourcesPropertyResolver].
11:54:10,274 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Will scan for changes in [file:/D:/p2-spot/target/classes/logback.xml]
11:54:10,274 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Setting ReconfigureOnChangeTask scanning period to 1 seconds
11:54:10,275 |-INFO in ch.qos.logback.classic.joran.action.ContextNameAction - Setting logger context name as [logback]
11:54:10,275 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:54:10,275 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:54:10,275 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:54:10,276 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:54:10,276 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
11:54:10,277 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@802771878 - No compression will be used
11:54:10,277 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@802771878 - Will use the pattern logback_test/log/.%d{yyyy-MM-dd}.log for the active file
11:54:10,278 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is ‘yyyy-MM-dd’ from file name pattern ‘logback_test/log/.%d{yyyy-MM-dd}.log’.
11:54:10,278 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
11:54:10,279 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Thu Jan 09 11:54:10 CST 2020
11:54:10,279 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:54:10,280 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: logback_test/log/.2020-01-09.log
11:54:10,280 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [null]
11:54:10,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.apache.ibatis] to TRACE
11:54:10,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.sql.Connection] to DEBUG
11:54:10,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.sal.Statement] to DEBUG
11:54:10,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.sql.PreparedStatement] to DEBUG
11:54:10,281 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:54:10,281 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:54:10,281 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
11:54:10,281 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:54:10,281 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@a4add54 - Registering current configuration as safe fallback point

. ____ _ __ _ _
/\ / __ _ () __ __ _ \ \ \
( ( )_
_ | '_ | '| | ’ / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) )
’ |
| .__|| ||| |__, | / / / /
=|_|======|/=////
:: Spring Boot :: (v2.0.3.RELEASE)

2020-01-09 11:54:10.389 [main] INFO cn.paohe.Application - Starting Application on DESKTOP-KLFM7T1 with PID 18328 (D:\p2-spot\target\classes started by user in D:\p2-spot)
2020-01-09 11:54:10.393 [main] INFO cn.paohe.Application - No active profile set, falling back to default profiles: default
2020-01-09 11:54:10.453 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2e6a5539: startup date [Thu Jan 09 11:54:10 CST 2020]; root of context hierarchy
2020-01-09 11:54:11.042 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in ‘[cn.paohe.spot.dao]’ package. Please check your configuration.
2020-01-09 11:54:11.128 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in ‘[cn.paohe]’ package. Please check your configuration.
2020-01-09 11:54:11.162 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2020-01-09 11:54:11.512 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate B e a n P o s t P r o c e s s o r C h e c k e r − B e a n ′ o r g . s p r i n g f r a m e w o r k . t r a n s a c t i o n . a n n o t a t i o n . P r o x y T r a n s a c t i o n M a n a g e m e n t C o n f i g u r a t i o n ′ o f t y p e [ o r g . s p r i n g f r a m e w o r k . t r a n s a c t i o n . a n n o t a t i o n . P r o x y T r a n s a c t i o n M a n a g e m e n t C o n f i g u r a t i o n BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration BeanPostProcessorCheckerBeanorg.springframework.transaction.annotation.ProxyTransactionManagementConfigurationoftype[org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration E n h a n c e r B y S p r i n g C G L I B EnhancerBySpringCGLIB EnhancerBySpringCGLIB 22 e f 58 f 8 ] i s n o t e l i g i b l e f o r g e t t i n g p r o c e s s e d b y a l l B e a n P o s t P r o c e s s o r s ( f o r e x a m p l e : n o t e l i g i b l e f o r a u t o − p r o x y i n g ) 2020 − 01 − 0911 : 54 : 11.747 [ m a i n ] I N F O o r g . x n i o − X N I O v e r s i o n 3.3.8. F i n a l 2020 − 01 − 0911 : 54 : 11.761 [ m a i n ] I N F O o r g . x n i o . n i o − X N I O N I O I m p l e m e n t a t i o n V e r s i o n 3.3.8. F i n a l 2020 − 01 − 0911 : 54 : 11.790 [ m a i n ] W A R N i o . u n d e r t o w . w e b s o c k e t s . j s r − U T 026009 : X N I O w o r k e r w a s n o t s e t o n W e b S o c k e t D e p l o y m e n t I n f o , t h e d e f a u l t w o r k e r w i l l b e u s e d 2020 − 01 − 0911 : 54 : 11.790 [ m a i n ] W A R N i o . u n d e r t o w . w e b s o c k e t s . j s r − U T 026010 : B u f f e r p o o l w a s n o t s e t o n W e b S o c k e t D e p l o y m e n t I n f o , t h e d e f a u l t p o o l w i l l b e u s e d 2020 − 01 − 0911 : 54 : 11.811 [ m a i n ] I N F O i o . u n d e r t o w . s e r v l e t − I n i t i a l i z i n g S p r i n g e m b e d d e d W e b A p p l i c a t i o n C o n t e x t 2020 − 01 − 0911 : 54 : 11.812 [ m a i n ] I N F O o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r − R o o t W e b A p p l i c a t i o n C o n t e x t : i n i t i a l i z a t i o n c o m p l e t e d i n 1359 m s 2020 − 01 − 0911 : 54 : 11.910 [ m a i n ] I N F O o . s . b o o t . w e b . s e r v l e t . S e r v l e t R e g i s t r a t i o n B e a n − S e r v l e t d i s p a t c h e r S e r v l e t m a p p e d t o [ / ] 2020 − 01 − 0911 : 54 : 11.914 [ m a i n ] I N F O o . s . b o o t . w e b . s e r v l e t . F i l t e r R e g i s t r a t i o n B e a n − M a p p i n g f i l t e r : ′ c h a r a c t e r E n c o d i n g F i l t e r ′ t o : [ / ∗ ] 2020 − 01 − 0911 : 54 : 11.914 [ m a i n ] I N F O o . s . b o o t . w e b . s e r v l e t . F i l t e r R e g i s t r a t i o n B e a n − M a p p i n g f i l t e r : ′ h i d d e n H t t p M e t h o d F i l t e r ′ t o : [ / ∗ ] 2020 − 01 − 0911 : 54 : 11.915 [ m a i n ] I N F O o . s . b o o t . w e b . s e r v l e t . F i l t e r R e g i s t r a t i o n B e a n − M a p p i n g f i l t e r : ′ h t t p P u t F o r m C o n t e n t F i l t e r ′ t o : [ / ∗ ] 2020 − 01 − 0911 : 54 : 11.915 [ m a i n ] I N F O o . s . b o o t . w e b . s e r v l e t . F i l t e r R e g i s t r a t i o n B e a n − M a p p i n g f i l t e r : ′ r e q u e s t C o n t e x t F i l t e r ′ t o : [ / ∗ ] 2020 − 01 − 0911 : 54 : 12.290 [ m a i n ] I N F O o . s . w e b . s e r v l e t . h a n d l e r . S i m p l e U r l H a n d l e r M a p p i n g − M a p p e d U R L p a t h [ / ∗ ∗ / f a v i c o n . i c o ] o n t o h a n d l e r o f t y p e [ c l a s s o r g . s p r i n g f r a m e w o r k . w e b . s e r v l e t . r e s o u r c e . R e s o u r c e H t t p R e q u e s t H a n d l e r ] 2020 − 01 − 0911 : 54 : 12.530 [ m a i n ] I N F O o . s . w . s . m . m . a . R e q u e s t M a p p i n g H a n d l e r A d a p t e r − L o o k i n g f o r @ C o n t r o l l e r A d v i c e : o r g . s p r i n g f r a m e w o r k . b o o t . w e b . s e r v l e t . c o n t e x t . A n n o t a t i o n C o n f i g S e r v l e t W e b S e r v e r A p p l i c a t i o n C o n t e x t @ 2 e 6 a 5539 : s t a r t u p d a t e [ T h u J a n 0911 : 54 : 10 C S T 2020 ] ; r o o t o f c o n t e x t h i e r a r c h y 2020 − 01 − 0911 : 54 : 12.647 [ m a i n ] I N F O o . s . w . s . m . m . a . R e q u e s t M a p p i n g H a n d l e r M a p p i n g − M a p p e d " [ / e r r o r ] " o n t o p u b l i c o r g . s p r i n g f r a m e w o r k . h t t p . R e s p o n s e E n t i t y < j a v a . u t i l . M a p < j a v a . l a n g . S t r i n g , j a v a . l a n g . O b j e c t > > o r g . s p r i n g f r a m e w o r k . b o o t . a u t o c o n f i g u r e . w e b . s e r v l e t . e r r o r . B a s i c E r r o r C o n t r o l l e r . e r r o r ( j a v a x . s e r v l e t . h t t p . H t t p S e r v l e t R e q u e s t ) 2020 − 01 − 0911 : 54 : 12.648 [ m a i n ] I N F O o . s . w . s . m . m . a . R e q u e s t M a p p i n g H a n d l e r M a p p i n g − M a p p e d " [ / e r r o r ] , p r o d u c e s = [ t e x t / h t m l ] " o n t o p u b l i c o r g . s p r i n g f r a m e w o r k . w e b . s e r v l e t . M o d e l A n d V i e w o r g . s p r i n g f r a m e w o r k . b o o t . a u t o c o n f i g u r e . w e b . s e r v l e t . e r r o r . B a s i c E r r o r C o n t r o l l e r . e r r o r H t m l ( j a v a x . s e r v l e t . h t t p . H t t p S e r v l e t R e q u e s t , j a v a x . s e r v l e t . h t t p . H t t p S e r v l e t R e s p o n s e ) 2020 − 01 − 0911 : 54 : 12.675 [ m a i n ] I N F O o . s . w e b . s e r v l e t . h a n d l e r . S i m p l e U r l H a n d l e r M a p p i n g − M a p p e d U R L p a t h [ / w e b j a r s / ∗ ∗ ] o n t o h a n d l e r o f t y p e [ c l a s s o r g . s p r i n g f r a m e w o r k . w e b . s e r v l e t . r e s o u r c e . R e s o u r c e H t t p R e q u e s t H a n d l e r ] 2020 − 01 − 0911 : 54 : 12.675 [ m a i n ] I N F O o . s . w e b . s e r v l e t . h a n d l e r . S i m p l e U r l H a n d l e r M a p p i n g − M a p p e d U R L p a t h [ / ∗ ∗ ] o n t o h a n d l e r o f t y p e [ c l a s s o r g . s p r i n g f r a m e w o r k . w e b . s e r v l e t . r e s o u r c e . R e s o u r c e H t t p R e q u e s t H a n d l e r ] 2020 − 01 − 0911 : 54 : 12.747 [ m a i n ] I N F O c . a . d . s . b . a . D r u i d D a t a S o u r c e A u t o C o n f i g u r e − I n i t D r u i d D a t a S o u r c e 2020 − 01 − 0911 : 54 : 12.785 [ m a i n ] W A R N o . s . b . w . s . c . A n n o t a t i o n C o n f i g S e r v l e t W e b S e r v e r A p p l i c a t i o n C o n t e x t − E x c e p t i o n e n c o u n t e r e d d u r i n g c o n t e x t i n i t i a l i z a t i o n − c a n c e l l i n g r e f r e s h a t t e m p t : o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . B e a n C r e a t i o n E x c e p t i o n : E r r o r c r e a t i n g b e a n w i t h n a m e ′ d a t a S o u r c e ′ d e f i n e d i n c l a s s p a t h r e s o u r c e [ c o m / a l i b a b a / d r u i d / s p r i n g / b o o t / a u t o c o n f i g u r e / D r u i d D a t a S o u r c e A u t o C o n f i g u r e . c l a s s ] : I n v o c a t i o n o f i n i t m e t h o d f a i l e d ; n e s t e d e x c e p t i o n i s o r g . s p r i n g f r a m e w o r k . b o o t . a u t o c o n f i g u r e . j d b c . D a t a S o u r c e P r o p e r t i e s 22ef58f8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-01-09 11:54:11.747 [main] INFO org.xnio - XNIO version 3.3.8.Final 2020-01-09 11:54:11.761 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.8.Final 2020-01-09 11:54:11.790 [main] WARN io.undertow.websockets.jsr - UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used 2020-01-09 11:54:11.790 [main] WARN io.undertow.websockets.jsr - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used 2020-01-09 11:54:11.811 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext 2020-01-09 11:54:11.812 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1359 ms 2020-01-09 11:54:11.910 [main] INFO o.s.boot.web.servlet.ServletRegistrationBean - Servlet dispatcherServlet mapped to [/] 2020-01-09 11:54:11.914 [main] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 2020-01-09 11:54:11.914 [main] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-01-09 11:54:11.915 [main] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-01-09 11:54:11.915 [main] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] 2020-01-09 11:54:12.290 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-01-09 11:54:12.530 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2e6a5539: startup date [Thu Jan 09 11:54:10 CST 2020]; root of context hierarchy 2020-01-09 11:54:12.647 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-01-09 11:54:12.648 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-01-09 11:54:12.675 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-01-09 11:54:12.675 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-01-09 11:54:12.747 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource 2020-01-09 11:54:12.785 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties 22ef58f8]isnoteligibleforgettingprocessedbyallBeanPostProcessors(forexample:noteligibleforautoproxying)2020010911:54:11.747[main]INFOorg.xnioXNIOversion3.3.8.Final2020010911:54:11.761[main]INFOorg.xnio.nioXNIONIOImplementationVersion3.3.8.Final2020010911:54:11.790[main]WARNio.undertow.websockets.jsrUT026009:XNIOworkerwasnotsetonWebSocketDeploymentInfo,thedefaultworkerwillbeused2020010911:54:11.790[main]WARNio.undertow.websockets.jsrUT026010:BufferpoolwasnotsetonWebSocketDeploymentInfo,thedefaultpoolwillbeused2020010911:54:11.811[main]INFOio.undertow.servletInitializingSpringembeddedWebApplicationContext2020010911:54:11.812[main]INFOorg.springframework.web.context.ContextLoaderRootWebApplicationContext:initializationcompletedin1359ms2020010911:54:11.910[main]INFOo.s.boot.web.servlet.ServletRegistrationBeanServletdispatcherServletmappedto[/]2020010911:54:11.914[main]INFOo.s.boot.web.servlet.FilterRegistrationBeanMappingfilter:characterEncodingFilterto:[/]2020010911:54:11.914[main]INFOo.s.boot.web.servlet.FilterRegistrationBeanMappingfilter:hiddenHttpMethodFilterto:[/]2020010911:54:11.915[main]INFOo.s.boot.web.servlet.FilterRegistrationBeanMappingfilter:httpPutFormContentFilterto:[/]2020010911:54:11.915[main]INFOo.s.boot.web.servlet.FilterRegistrationBeanMappingfilter:requestContextFilterto:[/]2020010911:54:12.290[main]INFOo.s.web.servlet.handler.SimpleUrlHandlerMappingMappedURLpath[//favicon.ico]ontohandleroftype[classorg.springframework.web.servlet.resource.ResourceHttpRequestHandler]2020010911:54:12.530[main]INFOo.s.w.s.m.m.a.RequestMappingHandlerAdapterLookingfor@ControllerAdvice:org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2e6a5539:startupdate[ThuJan0911:54:10CST2020];rootofcontexthierarchy2020010911:54:12.647[main]INFOo.s.w.s.m.m.a.RequestMappingHandlerMappingMapped"[/error]"ontopublicorg.springframework.http.ResponseEntity<java.util.Map<java.lang.String,java.lang.Object>>org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)2020010911:54:12.648[main]INFOo.s.w.s.m.m.a.RequestMappingHandlerMappingMapped"[/error],produces=[text/html]"ontopublicorg.springframework.web.servlet.ModelAndVieworg.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)2020010911:54:12.675[main]INFOo.s.web.servlet.handler.SimpleUrlHandlerMappingMappedURLpath[/webjars/]ontohandleroftype[classorg.springframework.web.servlet.resource.ResourceHttpRequestHandler]2020010911:54:12.675[main]INFOo.s.web.servlet.handler.SimpleUrlHandlerMappingMappedURLpath[/]ontohandleroftype[classorg.springframework.web.servlet.resource.ResourceHttpRequestHandler]2020010911:54:12.747[main]INFOc.a.d.s.b.a.DruidDataSourceAutoConfigureInitDruidDataSource2020010911:54:12.785[main]WARNo.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContextExceptionencounteredduringcontextinitializationcancellingrefreshattempt:org.springframework.beans.factory.BeanCreationException:ErrorcreatingbeanwithnamedataSourcedefinedinclasspathresource[com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]:Invocationofinitmethodfailed;nestedexceptionisorg.springframework.boot.autoconfigure.jdbc.DataSourcePropertiesDataSourceBeanCreationException: Failed to determine a suitable driver class
2020-01-09 11:54:12.785 [main] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
2020-01-09 11:54:12.805 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2020-01-09 11:54:12.807 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -


APPLICATION FAILED TO START


Description:

Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.

Reason: Failed to determine a suitable driver class

Action:

Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).

Disconnected from the target VM, address: ‘127.0.0.1:61248’, transport: ‘socket’

Process finished with exit code 1

解决方法
在这里插入图片描述
改为
在这里插入图片描述
启动成功!

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值