mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Merge 14c280d03d
into 6148ddd967
This commit is contained in:
commit
343d4b31b7
6 changed files with 39 additions and 18 deletions
18
azure-pipeline.yaml
Normal file
18
azure-pipeline.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
pool: default
|
||||||
|
trigger:
|
||||||
|
- main
|
||||||
|
stages:
|
||||||
|
- stage: build
|
||||||
|
jobs:
|
||||||
|
- job: jobbuild
|
||||||
|
steps:
|
||||||
|
- task: maven@4
|
||||||
|
inputs:
|
||||||
|
mavemPOMFile: pom.xml
|
||||||
|
publishJUnitResults: true
|
||||||
|
testResultFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
|
jdkVersionOption: '1.17'
|
||||||
|
goals: package
|
||||||
|
|
||||||
|
|
1
mani.py
Normal file
1
mani.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
just for checking
|
1
spring-petclinic
Submodule
1
spring-petclinic
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6e44856ce8cad300c239f803af3db5e241707b27
|
19
src/azure-pipeline.yaml
Normal file
19
src/azure-pipeline.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
pool: 'default'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- main
|
||||||
|
stages:
|
||||||
|
- stage: build
|
||||||
|
jobs:
|
||||||
|
- job: jobbuild
|
||||||
|
steps:
|
||||||
|
- task: Gradle@3
|
||||||
|
inputs:
|
||||||
|
tasks: 'build'
|
||||||
|
gradleWrapperFile: 'gradlew'
|
||||||
|
publishJUnitResults: true
|
||||||
|
testResultFiles: '**/TEST-*.xml'
|
||||||
|
jdkVersionOption: '1.17'
|
||||||
|
goals: 'deploy'
|
|
@ -1,9 +0,0 @@
|
||||||
welcome=خوش آمدید
|
|
||||||
required=الزامی
|
|
||||||
notFound=یافت نشد
|
|
||||||
duplicate=قبلا استفاده شده
|
|
||||||
nonNumeric=باید عددی باشد
|
|
||||||
duplicateFormSubmission=ارسال تکراری فرم مجاز نیست
|
|
||||||
typeMismatch.date=تاریخ نامعتبر
|
|
||||||
typeMismatch.birthDate=تاریخ تولد نامعتبر
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
welcome=hoş geldiniz
|
|
||||||
required=gerekli
|
|
||||||
notFound=bulunamadı
|
|
||||||
duplicate=zaten kullanılıyor
|
|
||||||
nonNumeric=sadece sayısal olmalıdır
|
|
||||||
duplicateFormSubmission=Formun tekrar gönderilmesine izin verilmez
|
|
||||||
typeMismatch.date=geçersiz tarih
|
|
||||||
typeMismatch.birthDate=geçersiz tarih
|
|
||||||
|
|
Loading…
Reference in a new issue