最新回答 / 幕布斯2086453
我的沒有springbootapplication,依賴也都加了,還是沒有生成表,啥情況啊????
最新回答 / 慕九州8576440
解決了,服務(wù)中之前啟動(dòng)的是“MYSQL",換成啟動(dòng)”MYSQL57“就好了
最贊回答 / 慕碼人4075895
解決了...
jdbc:mysql://127.0.0.1:3306/luckymoney?serverTimezone=GMT手抖寫錯(cuò)了
最新回答 / 落花丿飛雪
先去把鏡像倉庫改成阿里的,然后在重新新建項(xiàng)目就好了,https://blog.csdn.net/ITzhangminpeng/article/details/79936598這是相關(guān)修改鏈接帖子。比較簡單。
2020-02-05
最贊回答 / 慕UI4464388
我也有相同問題, 感覺和版本有關(guān)。首先你已經(jīng)從數(shù)據(jù)庫讀取到了數(shù)據(jù), 不過在reponse client 的時(shí)候沒有content。我的解決辦法是: 在luckymoney class 中加入 getter and setter method。沒有這些method, 我們的application 是不能build json object 的。Here is the reference to help:?https://stackoverflow.com/questions/36089748/rest-api...