Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Dec 31, 2018
1 parent 9fcee73 commit 51614e2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@
<!-- JAX-RS Configuration -->

<!-- Servizi V2 -->

<b:bean id="pagamentiTest" class="it.govpay.pagamento.test.PagamentiImpl" />

<jaxrs:server id="apiPagamentoV2Basic" address="/basic/v2/">
<jaxrs:serviceBeans>
<ref bean="avvisiV2" />
<ref bean="dominiV2" />
<ref bean="pagamentiV2" />
<ref bean="pagamentiTest" />
<ref bean="pendenzeV2" />
<ref bean="profiloV2" />
<ref bean="rppV2" />
Expand Down

0 comments on commit 51614e2

Please sign in to comment.