第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

結(jié)合Spring項目和Jersey

結(jié)合Spring項目和Jersey

RISEBY 2019-08-23 09:25:41
結(jié)合Spring項目和Jersey我用Spring JPA構(gòu)建了一個項目,現(xiàn)在我想在我的Jersey項目中使用它。我已將我的SJPA項目添加為我的pom.xml中的依賴項當我使用GET / POST / PUT / DELETE方法時,我想使用我的SJPA中的服務(wù)類。使用注釋有一種簡單的方法嗎?或者我必須AnnotationConfigApplicationContext參加每堂課?感覺有點浪費。@Path("/users")@Produces(MediaType.APPLICATION_JSON)@Consumes(MediaType.APPLICATION_JSON)public final class UserResource{     private AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext();     private PodcastService service;     @GET     public Response getAllPodcasts() {         context.scan("org.villy.spring.service");         context.refresh();         service= context.getBean(PodcastService.class);         return Response.ok(service.findAll()).build();     }}
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 553 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號