用IDEA启动码云里面的renren-generator时,卡住了

新手上路,请多包涵

问题出现的环境背景及自己尝试过哪些方法

相关代码

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

2020-05-11 16:48:19.897 INFO 8492 --- [ main] io.renren.RenrenApplication : Starting RenrenApplication on DESKTOP-2TRRMOT with PID 8492 (D:gulimallrenren-generatortargetclasses started by DELL in D:gulimall)
2020-05-11 16:48:19.899 INFO 8492 --- [ main] io.renren.RenrenApplication : No active profile set, falling back to default profiles: default
2020-05-11 16:48:21.246 WARN 8492 --- [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'mySQLGeneratorDao' and 'io.renren.dao.MySQLGeneratorDao' mapperInterface. Bean already defined with the same name!
2020-05-11 16:48:21.246 WARN 8492 --- [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'oracleGeneratorDao' and 'io.renren.dao.OracleGeneratorDao' mapperInterface. Bean already defined with the same name!
2020-05-11 16:48:21.246 WARN 8492 --- [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'postgreSQLGeneratorDao' and 'io.renren.dao.PostgreSQLGeneratorDao' mapperInterface. Bean already defined with the same name!
2020-05-11 16:48:21.247 WARN 8492 --- [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'SQLServerGeneratorDao' and 'io.renren.dao.SQLServerGeneratorDao' mapperInterface. Bean already defined with the same name!
2020-05-11 16:48:21.782 INFO 8492 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 80 (http)
2020-05-11 16:48:21.793 INFO 8492 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-05-11 16:48:21.793 INFO 8492 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.33]
2020-05-11 16:48:21.890 INFO 8492 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-05-11 16:48:21.890 INFO 8492 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1903 ms
|_ |_. _ _ | _
| | |/|_)(_| | |_ |_)||_|_

 /               |         
                    3.3.1 

2020-05-11 16:48:24.927 INFO 8492 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-05-11 16:48:25.037 INFO 8492 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [views/index.html]
2020-05-11 16:48:25.212 INFO 8492 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 80 (http) with context path ''
2020-05-11 16:48:25.215 INFO 8492 --- [ main] io.renren.RenrenApplication : Started RenrenApplication in 5.827 seconds (JVM running for 8.109)

你期待的结果是什么?实际看到的错误信息又是什么?

阅读 1.4k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题