最赞回答 / weixin_慕村3129472
我是2.2.5的spring boot你试试把application-dev和prod的顺序改一下改成
limit:
minMoney: 0.01
maxMoney: 9999
description: 最少发${limit.minMoney}元, 最多发${limit.maxMoney}元
server:
port: 8081
servlet:
context-path: /rp我成功了
2020-03-05
最新回答 / 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.
2020-02-20