From a3ea2ac78ed12435e707c4b0339112c854442595 Mon Sep 17 00:00:00 2001 From: bjkim Date: Wed, 17 Sep 2025 10:41:46 +0900 Subject: [PATCH] =?UTF-8?q?[ADD]=20MinIO(Datasets)=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 964c4da..f882d6d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,7 +9,7 @@ spring.datasource.username=cuuva spring.datasource.password=cuuva spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect -spring.jpa.hibernate.ddl-auto=none +spring.jpa.hibernate.ddl-auto=create-drop spring.sql.init.mode=always @@ -25,19 +25,14 @@ cuuva.app.jwtSecret= 275511b31c520562d69802ce4a913773102563891563a24062f44b3f312 cuuva.app.jwtExpirationMs= 900000 cuuva.app.jwtRefreshExpirationMs= 86400000 -# SQL ?? ?? spring.jpa.show-sql=true -# SQL ??? ????? ?? ?? ?? (??) spring.jpa.properties.hibernate.format_sql=true -# ??? ? ???? ??? ??? ?? ??? ?? ?? ?? logging.level.org.hibernate.type.descriptor.sql=TRACE logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE - - spring.datasource.hikari.connection-timeout=3000 spring.datasource.hikari.idle-timeout=0 spring.datasource.hikari.max-lifetime=170000 @@ -50,3 +45,10 @@ springdoc.swagger-ui.config-url=/autoflow-server-mgmt/v3/api-docs/swagger-config springdoc.swagger-ui.url=/autoflow-server-mgmt/v3/api-docs springdoc.swagger-ui.doc-expansion=none springdoc.swagger-ui.disable-swagger-default-url=true + + +# MinIO ?? +minio.endpoint=http://192.168.10.135:31795 +minio.access-key=minio +minio.secret-key=minio123 +minio.bucket=mlpipeline