Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
290 views
in Technique[技术] by (71.8m points)

在spring中,如何根据url来找到实现该url的controller函数?

  1. 我现在的情况是:我们组维护着一个公共微服务A,其他微服务会通过数据库来配置一些A完成操作之后需要调用的url路径。不过其他微服务的developer经常会配错甚至忘记配置对应的controller,导致A在调用时出错。我现在希望实现一个单元测试模板,插入在需要使用服务A的其他微服务中,用来测试数据库中配置的url是否已经由对应的controller函数。

  2. 现在的问题是:如何在单元测试中实现,读取数据库中的url后,根据url来判断project中是否已经实现了对应该url的controller函数,甚至直接调用该函数?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...