XSender Server :: Parent

SUNAT Microservice for sending XMLs

License

License

GroupId

GroupId

io.github.project-openubl
ArtifactId

ArtifactId

xsender-server
Last Version

Last Version

1.0.1.Final
Release Date

Release Date

Type

Type

pom
Description

Description

XSender Server :: Parent
SUNAT Microservice for sending XMLs
Project URL

Project URL

https://project-openubl.github.io/
Source Code Management

Source Code Management

https://github.com/project-openubl/xsender-server

Download xsender-server

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.project-openubl/xsender-server/ -->
<dependency>
    <groupId>io.github.project-openubl</groupId>
    <artifactId>xsender-server</artifactId>
    <version>1.0.1.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/xsender-server/
implementation 'io.github.project-openubl:xsender-server:1.0.1.Final'
// https://jarcasting.com/artifacts/io.github.project-openubl/xsender-server/
implementation ("io.github.project-openubl:xsender-server:1.0.1.Final")
'io.github.project-openubl:xsender-server:pom:1.0.1.Final'
<dependency org="io.github.project-openubl" name="xsender-server" rev="1.0.1.Final">
  <artifact name="xsender-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='xsender-server', version='1.0.1.Final')
)
libraryDependencies += "io.github.project-openubl" % "xsender-server" % "1.0.1.Final"
[io.github.project-openubl/xsender-server "1.0.1.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • api
  • extensions

CI Docker Repository on Quay

xsender-server

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/

Running the application in dev mode

Init Keycloak

Keycloak is the Authentication system:

docker run -p 8180:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/projectopenubl/openubl-keycloak-theme

Init PostgreSQL

PostgreSQL is used for the application:

docker run -p 5432:5432 -e POSTGRES_USER=xsender_username -e POSTGRES_PASSWORD=xsender_password -e POSTGRES_DB=xsender_db postgres:13.1

Init server

You can run your application in dev mode that enables live coding using:

./mvnw quarkus:dev

License

io.github.project-openubl

Project OpenUBL

Open source para facturación electrónica Perú

Versions

Version
1.0.1.Final