Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么每次我为某个实体生成凝乳时,除了更新路由文件的最后一个操作之外,一切都正常工作。我总是得到这个:
生成 CRUD 代码:OK 确认自动更新路由 [是]?导入 CRUD 路由:失败 该命令无法自动配置所有内容。 您必须手动进行以下更改。 在 bundle 路由文件中导入 bundle 的路由资源 ....
生成 CRUD 代码:OK 确认自动更新路由 [是]?导入 CRUD 路由:失败
该命令无法自动配置所有内容。 您必须手动进行以下更改。
我知道我可以按照消息的建议手动执行此操作,但我想了解它为什么会失败?