简体   繁体   English

Whitelabel Error Page Spring引导和AWS RDS

[英]Whitelabel Error Page Spring boot and AWS RDS

New to using spring boot and keep getting Whitelabel Error Page about mapping 使用Spring Boot的新手,并不断获取有关映射的Whitelabel错误页面

The application.yml I Believe is okay, to be honest I don't what the problem is. 我相信application.yml是可以的,老实说我不是问题所在。

I did generate the entities classes through the generate entities classes from database in NetBeans. 我确实通过从NetBeans中的数据库生成实体类来生成实体类。

I have my controller, DOA, and entity classes. 我有我的控制器,DOA和实体类。

Its an API for an android application. 它是android应用程序的API。

You should check the console when it spring boot starts and see which endpoint are open for GET method. 您应该在控制台启动时检查控制台,并查看哪个端点已为GET方法打开。 Also you can try changing the server.port=9095 and check if the whitelabel error page still persist. 您也可以尝试更改server.port = 9095并检查whitelabel错误页面是否仍然存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM