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.
我试图在这个 odata 示例中用 Micronaut 替换 Spring: https ://github.com/sdl/odata-example但我现在面临的问题是,当您添加对 spring 注释的支持时,项目仍然可以' t autowire ODataService(这个接口的默认实现写的是Scala)。所以我的问题是:有没有办法让 Micronaut 使用在 Scala 中创建的库?