文章列表
异常:
Caused by: com.server.exception.BusinessException: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.
at com.swms.server.service.shipping.pojo.DefaultSupplyD ...
Maven 3.0.x 配置文档1、下载Maven 包并安装1.1下载地址:http://maven.apache.org/download.html,解压缩包并配置系统环境变量1.2配置变量修改Path,添加%MAVEN3_HOME%\bin;1.3检验是否安装正确2、配置用户选项参数Maven设置参数文件在$MAVEN3_HOME/conf/settings.xml或者${user.home}/.m2/settings.xml如果两个目录下都存在settings.xml文件则优先调用${user.home}/.m2/settings.xml文件中设置的参数选项参数有:1)、HTTP prox ...