Commit 18b0e84c authored by hkl's avatar hkl

feat:1.代码提交

parent e3032981
...@@ -73,10 +73,6 @@ ...@@ -73,10 +73,6 @@
<properties> <properties>
<package.environment>hkl</package.environment> <package.environment>hkl</package.environment>
</properties> </properties>
<!-- 是否默认 true表示默认-->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile> </profile>
<!-- 测试环境 --> <!-- 测试环境 -->
...@@ -93,6 +89,10 @@ ...@@ -93,6 +89,10 @@
<properties> <properties>
<package.environment>pressure</package.environment> <package.environment>pressure</package.environment>
</properties> </properties>
<!-- 是否默认 true表示默认-->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile> </profile>
<!-- 生成环境环境--> <!-- 生成环境环境-->
......
...@@ -63,6 +63,10 @@ public class AnalysisAdditiveCheckUnitDeviceMap implements Serializable { ...@@ -63,6 +63,10 @@ public class AnalysisAdditiveCheckUnitDeviceMap implements Serializable {
@TableField("movement_master_id") @TableField("movement_master_id")
private String movementMasterId; private String movementMasterId;
@ApiModelProperty("动静态几何尺寸数据主表主键-》外键")
@TableField("movement_additive_info_id")
private String movementAdditiveInfoId;
@ApiModelProperty("设备单元id") @ApiModelProperty("设备单元id")
@TableField("unit_id") @TableField("unit_id")
private String unitId; private String unitId;
......
...@@ -131,7 +131,7 @@ spring: ...@@ -131,7 +131,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource: datasource:
master: master:
url: jdbc:mysql://47.94.207.62:3306/hzgw3?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&zeroDateTimeBehavior=convertToNull url: jdbc:mysql://47.94.207.62:3306/hzsomms?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&zeroDateTimeBehavior=convertToNull
username: root username: root
password: superAdmin&321 password: superAdmin&321
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
......
...@@ -69,9 +69,9 @@ ...@@ -69,9 +69,9 @@
<!-- 日志输出级别 --> <!-- 日志输出级别 -->
<root level="INFO"> <root level="INFO">
<appender-ref ref="STDOUT" /> <appender-ref ref="STDOUT" />
<!-- <appender-ref ref="FILE" />--> <appender-ref ref="FILE" />
<!-- <appender-ref ref="HTML" />--> <appender-ref ref="HTML" />
<!-- <appender-ref ref="FILE_HTML" />--> <appender-ref ref="FILE_HTML" />
</root> </root>
</configuration> </configuration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment