You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have an interface BankCardApi and add the @RequestMapping("accountBankcard") annotation, the correct access path should be "/accountBankcard/". However, smartdoc didn't parse this "/accountBankcard".
当我有个接口BankCardApi 并添加了@RequestMapping("accountBankcard")注解 正确的访问路径就应该是"/accountBankcard/"
但是smartdoc没有解析到这个"/accountBankcard"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I have an interface BankCardApi and add the @RequestMapping("accountBankcard") annotation, the correct access path should be "/accountBankcard/". However, smartdoc didn't parse this "/accountBankcard".
当我有个接口BankCardApi 并添加了@RequestMapping("accountBankcard")注解 正确的访问路径就应该是"/accountBankcard/"
但是smartdoc没有解析到这个"/accountBankcard"
Beta Was this translation helpful? Give feedback.
All reactions