feat: init customer authentication #2

Merged
TakahashiNguyen merged 66 commits from dev-order-service into main 2026-03-23 13:21:01 +00:00
3 changed files with 28 additions and 19 deletions
Showing only changes of commit d1d81037a4 - Show all commits
+5 -3
View File
@@ -11,9 +11,11 @@
"publishCmd": "./mvnw clean package -Dquarkus.container-image.tag=${nextRelease.version} -DskipTests"
}
],
["@saithodev/semantic-release-gitea", {
[
"@saithodev/semantic-release-gitea",
{
"giteaUrl": "https://git.demonkernel.io.vn/"
}]
}
]
]
}
+7
View File
@@ -1,3 +1,10 @@
# [1.0.0-dev.16](https://git.demonkernel.io.vn/FoodSurf/backend/compare/v1.0.0-dev.15...v1.0.0-dev.16) (2026-03-23)
### Bug Fixes
* better build configuration ([ec25744](https://git.demonkernel.io.vn/FoodSurf/backend/commit/ec2574494239b5660b740f14947134aa4839f2da))
# [1.0.0-dev.12](https://git.demonkernel.io.vn/FoodSurf/backend/compare/v1.0.0-dev.11...v1.0.0-dev.12) (2026-03-22)
+1 -1
View File
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.drinkool</groupId>
<artifactId>drinkool</artifactId>
<version>1.0.0-dev.12</version>
<version>1.0.0-dev.16</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>