取水口综合信息-基本信息中增加地址属性(JSON)
| | |
| | | */ |
| | | |
| | | @Data |
| | | @JsonPropertyOrder({"id", "num", "lng","lat", "blockName", "rtuAddr"}) |
| | | @JsonPropertyOrder({"id", "num", "lng","lat", "address", "blockName", "rtuAddr"}) |
| | | public class VoArIntakeBase { |
| | | private static final long serialVersionUID = 202501141601001L; |
| | | |
| | |
| | | configuration: |
| | | #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #时而输出日志,时而不输出日志 |
| | | #log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl 不再应用,改为PrintSqlInterceptor拦截器输出sql日志,下面print-sql项配置 |
| | | print-sql: false # 输出sql日志开关,控制PrintSqlInterceptor拦截器是否加载 |
| | | print-sql: true # 输出sql日志开关,控制PrintSqlInterceptor拦截器是否加载 |
| | | #开启驼峰uName自动映射到u_name |
| | | #2023-10-24经实验,下面配置true或false,都能从u_name映射到uName |
| | | #map-underscore-to-camel-case: true |
| | |
| | | nginx: |
| | | root: E:/apps/pipIrr/nginx-1.27.0 |
| | | webPort: 54321 |
| | | webFilePort: 19913 |
| | | webFilePort: 64321 |
| | | mw: |
| | | webPort: 8070 #通信中间件中应用,不能在web模块系统中应用 |
| | | actutorPort: 9070 #通信中间件中应用,不能在web模块系统中应用 |