Refactor project structure and update configurations for improved resource handling
This commit is contained in:
@@ -29,10 +29,12 @@ spring.mvc.throw-exception-if-no-handler-found=true
|
||||
# Disable the default mappings
|
||||
#spring.resources.add-mappings=false
|
||||
|
||||
spring.resources.static-locations=classpath:/public
|
||||
spring.resources.cache.period=31557600s # 1 year if you want
|
||||
spa.default-file=classpath:/public/browser/index.html
|
||||
|
||||
# UI(index.html) location
|
||||
#spring.resources.static-locations=classpath:/public/browser/
|
||||
#
|
||||
#spring.resources.cache.period=31557600s # 1 year if you want
|
||||
#spa.default-file=classpath:/public/browser/index.html
|
||||
#
|
||||
|
||||
spring.docker.compose.file=../Docker/docker-compose.yml
|
||||
|
||||
@@ -44,5 +46,7 @@ spring.flyway.password=postgrespw
|
||||
spring.flyway.url=jdbc:postgresql://localhost:5432/jambotronDB
|
||||
|
||||
|
||||
spring.ai.zhipuai.base-url=https://open.bigmodel.cn/api/paas/v3
|
||||
spring.ai.zhipuai.api-key = 628447c8c65845a48a7226391464a2ea.Dw8ci6TiW0BRF5LI
|
||||
|
||||
|
||||
//spring.ai.zhipuai.base-url=https://open.bigmodel.cn/api/paas/v3
|
||||
//spring.ai.zhipuai.api-key = 628447c8c65845a48a7226391464a2ea.Dw8ci6TiW0BRF5LI
|
||||
Reference in New Issue
Block a user