摘要:
取值引用 #{} 自动给其添加引号 <select id="findByName" parameterType="String" resultMap="studentResultMap"> SELECT * FROM user WHERE username=#{value} </select> SE 阅读全文
摘要:
官网地址(下载) https://www.sonarqube.org/downloads/ 运行 第一次安装了sonarqube-9.3.0.51899,启动不了。 logs:(err:需要安装jdk) --> Wrapper Started as Console Launching a JVM.. 阅读全文