Skip to content

Commit f1f67d1

Browse files
committed
Add JAX-RS RestApplication with /rest application path
1 parent 0fbc7a6 commit f1f67d1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package expert.os.demos.travel.infrastructure;
2+
3+
import jakarta.ws.rs.ApplicationPath;
4+
import jakarta.ws.rs.core.Application;
5+
6+
@ApplicationPath("rest")
7+
public class RestApplication extends Application {
8+
}

0 commit comments

Comments
 (0)