XSender Server :: Parent

SUNAT Microservice for sending XMLs

Лицензия

Лицензия

Группа

Группа

io.github.project-openubl
Идентификатор

Идентификатор

xsender-server
Последняя версия

Последняя версия

1.0.1.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

XSender Server :: Parent
SUNAT Microservice for sending XMLs
Ссылка на сайт

Ссылка на сайт

https://project-openubl.github.io/
Система контроля версий

Система контроля версий

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

Скачать xsender-server

Имя Файла Размер
xsender-server-1.0.1.Final.pom 9 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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ú

Версии библиотеки

Версия
1.0.1.Final