Commit 259132ae by Lem

pro 配置

parent dd10c1a3
spring: spring:
datasource: datasource:
url: jdbc:mysql://43.129.13.158:3306/sequoia_score?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://150.109.67.134:3306/chat-service-2?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
username: root username: root
password: TwQqm&grd$6HWBQ4 password: TwQqm&grd$6HWBQ4
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
...@@ -15,7 +15,7 @@ spring: ...@@ -15,7 +15,7 @@ spring:
redis: redis:
database: 5 database: 5
host: 43.129.13.158 host: 150.109.67.134
password: LEnGsVyvwzNTCkz5 password: LEnGsVyvwzNTCkz5
port: 6379 port: 6379
timeout: 30000ms timeout: 30000ms
......
...@@ -43,8 +43,7 @@ public class IntercaptorConfig implements WebMvcConfigurer { ...@@ -43,8 +43,7 @@ public class IntercaptorConfig implements WebMvcConfigurer {
"/article/getTopArticleList", "/article/getTopArticleList",
"/article/getArticleListByTagId", "/article/getArticleListByTagId",
"/article/getArticleInfoById", "/article/getArticleInfoById",
"/article/articleSearch" "/article/articleSearch")
)
; ;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment