如题所示:在spring 或者是spring boot项目中,是怎么管理jar中注解的?比如,把管理员模块使用spring boot后,打到jar包中。引入其他项目,怎么可以正常访问到管理员模块?比如单独运行访问路径是localhost:xxx/admin/list有数据返回那么把这个打包后,引入到其他项目中,怎么才可以访问到admin/list有数据返回?需要配置什么?让springboot来管理jar中注解?
添加回答
举报
0/150
提交
取消