add python call

This commit is contained in:
박서은
2025-06-17 09:54:49 +09:00
parent 3e09e77707
commit faaf690db2
14 changed files with 196 additions and 535 deletions
@@ -2,6 +2,9 @@ server:
port: ${SERVER_PORT:8083}
spring:
jackson:
deserialization:
fail-on-unknown-properties: false
application:
name: marketing-content-service
datasource:
@@ -31,3 +34,6 @@ jwt:
logging:
level:
com.won.smarketing: ${LOG_LEVEL:DEBUG}
external:
ai-service:
base-url: ${AI_SERVICE_BASE_URL:http://20.249.139.88:5001}