mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-01-21 11:06:23 +00:00
fix: merge fix
This commit is contained in:
parent
143f93b9a0
commit
d6c809d470
@ -33,15 +33,12 @@ external:
|
||||
api-key: ${PYTHON_AI_API_KEY:dummy-key}
|
||||
timeout: ${PYTHON_AI_TIMEOUT:30000}
|
||||
|
||||
<<<<<<< HEAD
|
||||
azure:
|
||||
eventhub:
|
||||
namespace: ${AZURE_EVENTHUB_NAMESPACE}
|
||||
marketing-tip-hub: ${AZURE_EVENTHUB_MARKETING_TIP_HUB:marketing-tip-requests}
|
||||
consumer-group: ${AZURE_EVENTHUB_CONSUMER_GROUP:ai-recommend-service}
|
||||
|
||||
=======
|
||||
>>>>>>> origin/main
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
|
||||
@ -47,13 +47,11 @@ subprojects {
|
||||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
<<<<<<< HEAD
|
||||
|
||||
implementation 'com.azure:azure-messaging-eventhubs:5.18.0'
|
||||
implementation 'com.azure:azure-messaging-eventhubs-checkpointstore-blob:1.19.0'
|
||||
implementation 'com.azure:azure-identity:1.11.4'
|
||||
=======
|
||||
>>>>>>> origin/main
|
||||
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
|
||||
@ -35,11 +35,9 @@ public class MenuUpdateRequest {
|
||||
|
||||
@Schema(description = "메뉴 설명", example = "진한 원두의 깊은 맛")
|
||||
private String description;
|
||||
<<<<<<< HEAD
|
||||
|
||||
@Schema(description = "이미지")
|
||||
@Size(max = 500, message = "이미지 URL은 500자 이하여야 합니다")
|
||||
private MultipartFile image;
|
||||
=======
|
||||
>>>>>>> origin/main
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user