问答详情
源自:2-2 第一个 Spring Boot 应用(一)

关于save的判断

为什么repository.put()的值为空就表明保存成功啊

提问者:夜樱奏 2018-11-28 11:03

个回答

  • 战斗之软泥怪
    2018-11-28 16:09:16

    参照源码的相关说明

    /**
     * @return the previous value associated with <tt>key</tt>, or
     *         <tt>null</tt> if there was no mapping for <tt>key</tt>.
     *         (A <tt>null</tt> return can also indicate that the map
     *         previously associated <tt>null</tt> with <tt>key</tt>,
     *         if the implementation supports <tt>null</tt> values.)
     */