在调试Spring Cloud项目时服务提不起来
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).
把这个引入的微服务暂时注释掉即可正常启动