最贊回答 / weixin_慕村3129472
我是2.2.5的spring?boot你試試把a(bǔ)pplication-dev和prod的順序改一下改成
limit: ??minMoney:?0.01 ??maxMoney:?9999 ??description:?最少發(fā)${limit.minMoney}元,?最多發(fā)${limit.maxMoney}元 server: ??port:?8081 ??servlet: ????context-path:?/rp我成功了
2020-03-05
最新回答 / stop110
繼承的JapRepository 里面的東西 。。? 不 是寫(xiě) 了一個(gè)接口么。。
最新回答 / stop110
Saves a given entity. Use the returned instance for further operations as the save operation might have changed theentity instance completely.Type Parameters:<S> Parameters:entity must not be null.Returns:the saved entity; will never be null.