專案遇到的問題

2021-10-23 05:12:22 字數 312 閱讀 7296

解決方案:進入pod ,apk add curl

原因:由於對tomcat而言收到的是普通的http請求,因此當tomcat裡的應用發生轉向請求時將轉向為http而非https,為此我們需要告訴tomcat已被https**,方法是增加x-forwared-proto和x-forwarded-port兩個http頭資訊

解決方案:將springboot 版本從2.1.6換成2.2.2, springboot 2.2版本後,server.use-forward-headers=true;之前的springboot版本,需新增此註解,來實現請求跳轉功能

詳情可參考.

專案遇到的問題

一 下述配置項的作用 spring.jpa.hibernate.naming.physical strategy org.hibernate.boot.model.naming.physicalnamingstrategystandardimpl1 hibernate 5 之前 spring.jpa...

專案遇到的小問題

隱藏動態新增的radiobutton的小圓圈 radiobutton.setbuttondrawable android.r.color.transparent radiobutton.setcompounddrawables null,null,null,null 隱藏動態新增的horizonta...

專案中遇到的問題

1.今天第乙個問題是滑動衝突,scrollview和recyclerview的滑動衝突,以前一直是直接用 拿焦點 今天查了一下有其他解決方法,記錄一下,方便還蠻好用,nestedscrollview 和 recyclerview 需要設定乙個這個屬性 recyclerview setnestedsc...