主题 : VUE 搭建好了,访问前端页面的地址是多少?
级别: 举人
UID: 131866
积分:150 加为好友
威望: 29 精华: 0
主题:29 回复:102
注册时间:2019-10-21
在线时长:0
1#   发表于:2019-10-24 17:17:39  IP:211.20.*.*
这是后台的http://localhost:8080  前端的是多少??
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2019-10-24 17:19:08  IP:117.141.*.*
您搭建的是哪个版本的?
每天告诉自己一次,“我真的很不错”。
级别: 举人
UID: 131866
积分:150 加为好友
威望: 29 精华: 0
主题:29 回复:102
注册时间:2019-10-21
在线时长:0
3#   发表于:2019-10-25 12:43:26  IP:211.20.*.*
mysql版本
级别: 举人
UID: 131866
积分:150 加为好友
威望: 29 精华: 0
主题:29 回复:102
注册时间:2019-10-21
在线时长:0
4#   发表于:2019-10-25 12:43:49  IP:211.20.*.*
我启动的时候 一直报的一个错误 ,您帮我看一下
级别: 举人
UID: 131866
积分:150 加为好友
威望: 29 精华: 0
主题:29 回复:102
注册时间:2019-10-21
在线时长:0
5#   发表于:2019-10-25 12:44:30  IP:211.20.*.*
启动的时候  报的一个错误 
2019-10-25 12:32:10.580 [main] INFO  o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 
2019-10-25 12:32:11.645 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'cacheConfiguration' of type [com.jeecms.common.configuration.CacheConfiguration$$EnhancerBySpringCGLIB$$a8f2ceeb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 
2019-10-25 12:32:12.081 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$60f332f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 
2019-10-25 12:32:12.438 [main] WARN  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. 
2019-10-25 12:32:12.460 [main] INFO  o.s.b.a.l.ConditionEvaluationReportLoggingListener - 

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 
2019-10-25 12:32:12.472 [main] ERROR org.springframework.boot.SpringApplication - Application run failed 
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:157)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:137)
at com.jeecms.front.CmsFrontApplication.main(CmsFrontApplication.java:64)
Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:206)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154)
... 7 common frames omitted

Process finished with exit code 1
级别: 举人
UID: 131866
积分:150 加为好友
威望: 29 精华: 0
主题:29 回复:102
注册时间:2019-10-21
在线时长:0
6#   发表于:2019-10-25 12:45:22  IP:211.20.*.*
mysql版本的后台源码 启动的时候 报的一个 错误
2019-10-25 12:32:10.580 [main] INFO  o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring  
2019-10-25 12:32:11.645 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'cacheConfiguration' of type [com.jeecms.common.configuration.CacheConfiguration$$EnhancerBySpringCGLIB$$a8f2ceeb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)  
2019-10-25 12:32:12.081 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$60f332f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)  
2019-10-25 12:32:12.438 [main] WARN  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.  
2019-10-25 12:32:12.460 [main] INFO  o.s.b.a.l.ConditionEvaluationReportLoggingListener -  

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.  
2019-10-25 12:32:12.472 [main] ERROR org.springframework.boot.SpringApplication - Application run failed  
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. 
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:157) 
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) 
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) 
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) 
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386) 
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) 
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:137) 
at com.jeecms.front.CmsFrontApplication.main(CmsFrontApplication.java:64) 
Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. 
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:206) 
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180) 
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154) 
... 7 common frames omitted 

Process finished with exit code 1
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
7#   发表于:2019-10-25 13:32:52  IP:117.141.*.*
您是怎么部署的?
每天告诉自己一次,“我真的很不错”。
级别: 举人
UID: 131866
积分:150 加为好友
威望: 29 精华: 0
主题:29 回复:102
注册时间:2019-10-21
在线时长:0
8#   发表于:2019-10-25 19:28:35  IP:211.20.*.*
回复第7楼  解决了  谢谢
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
9#   发表于:2019-10-26 08:38:19  IP:117.141.*.*
好的
每天告诉自己一次,“我真的很不错”。
1 共1页