Swordsteel 6aee16c4a2 Get Account
- add AccountController
- add AccountEntity toAccountResponse in Mapping.kt
- add AccountService
- add AccountRepository
- add AccountEntity
2025-01-01 05:50:29 +01:00
2024-12-29 20:39:58 +01:00
2025-01-01 05:50:29 +01:00
2025-01-01 05:50:29 +01:00
2025-01-01 05:50:29 +01:00
2024-12-29 20:41:09 +01:00
2024-12-29 20:39:58 +01:00
2024-12-29 20:39:58 +01:00
2025-01-01 05:50:29 +01:00
2024-12-29 20:39:58 +01:00
2024-12-29 20:39:58 +01:00
2024-12-29 20:39:58 +01:00
2024-12-29 20:41:09 +01:00
2024-12-29 20:39:58 +01:00
2024-12-29 20:39:58 +01:00

Hlæja Account Register

In twilight's hush, where mythic tales unfold, A ledger of legends, the bravest to behold. Each hero's name, etched in the annals of time, Their feats of strength, magic, and cunning, forever to shine. From dark forests to ancient ruins, guilds unite, Their banners waving, in the face of endless night. The Guild Codex, a sacred text of old, A testament to heroes, where courage never grows cold.

Properties for deployment

name required info
spring.profiles.active Spring Boot environment
spring.r2dbc.url Postgres host url
spring.r2dbc.username Postgres username
spring.r2dbc.password Postgres password

Required: ✓ can be stored as text, and ✗ need to be stored as secret.

Releasing Service

Run release.sh script from master branch.

Development Information

Global Setting

This services rely on a set of global settings to configure development environments. These settings, managed through Gradle properties or environment variables.

Note: For more information on global properties, please refer to our global settings documentation.

Gradle Properties

repository.user=your_user
repository.token=your_token_value

Environment Variables

REPOSITORY_USER=your_user
REPOSITORY_TOKEN=your_token_value
Description
No description provided
Readme 266 KiB
Languages
Kotlin 94%
PLpgSQL 6%