[jbossts-issues] [JBoss JIRA] (JBTM-3205) Spring Boot + JAX-RS support

Matej Kralik (Jira) issues at jboss.org
Wed Nov 13 18:35:00 EST 2019


    [ https://issues.jboss.org/browse/JBTM-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812333#comment-13812333 ] 

Matej Kralik commented on JBTM-3205:
------------------------------------

[~mmusgrov] Verified. 
Here are the examples which I mentioned https://github.com/mkralik3/lra-springboot-axon-quickstart 
For now, it contains two scenarios:
* When the original flight service is based on Spring Boot (the logic and endpoints of service are same as original)
* When the original hotel service is based on Spring Boot with Axon architecture (Event sourcing + CQRS) (the logic and endpoints of service are same as original)

In the future, I would like to add there the third example, which demonstrates more SpringBoot/Axon services which are able to enlist to the coordinator as a participant without REST endpoints. (Using my Axon LRA connector)

> Spring Boot + JAX-RS support
> ----------------------------
>
>                 Key: JBTM-3205
>                 URL: https://issues.jboss.org/browse/JBTM-3205
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>          Components: LRA
>            Reporter: Matej Kralik
>            Assignee: Michael Musgrove
>            Priority: Major
>
> I created this enhancement for tracking all issues for Spring Boot + JAX-RS application.
> {code:xml}
> ...
> <parent>
> 	<groupId>org.springframework.boot</groupId>
> 	<artifactId>spring-boot-starter-parent</artifactId>
> 	<version>2.1.6.RELEASE</version>
> 	<relativePath/> <!-- lookup parent from repository -->
> </parent>
> ...
> <dependencies>
> 	<!-- JAX-RS -->
> 	<dependency>
> 		<groupId>org.springframework.boot</groupId>
> 		<artifactId>spring-boot-starter-jersey</artifactId>
> 	</dependency>
> 	...
> </dependencies>
> ...
> {code}



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jbossts-issues mailing list