Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
H
hzsomms
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZTGK
hzsomms
Commits
18b0e84c
Commit
18b0e84c
authored
Jan 05, 2024
by
hkl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:1.代码提交
parent
e3032981
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
488 additions
and
55 deletions
+488
-55
pom.xml
jeecg-module-system/pom.xml
+4
-4
AnalysisAlgorithm.java
...es/dynamicStaticAnalysis/algorithm/AnalysisAlgorithm.java
+474
-45
AnalysisAdditiveCheckUnitDeviceMap.java
...icAnalysis/entity/AnalysisAdditiveCheckUnitDeviceMap.java
+4
-0
application-dev.yml
jeecg-module-system/src/main/resources/application-dev.yml
+1
-1
application-test.yml
jeecg-module-system/src/main/resources/application-test.yml
+1
-1
logback-spring.xml
jeecg-module-system/src/main/resources/logback-spring.xml
+4
-4
No files found.
jeecg-module-system/pom.xml
View file @
18b0e84c
...
...
@@ -73,10 +73,6 @@
<properties>
<package.environment>
hkl
</package.environment>
</properties>
<!-- 是否默认 true表示默认-->
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
</profile>
<!-- 测试环境 -->
...
...
@@ -93,6 +89,10 @@
<properties>
<package.environment>
pressure
</package.environment>
</properties>
<!-- 是否默认 true表示默认-->
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
</profile>
<!-- 生成环境环境-->
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/dynamicStaticAnalysis/algorithm/AnalysisAlgorithm.java
View file @
18b0e84c
This diff is collapsed.
Click to expand it.
jeecg-module-system/src/main/java/org/jeecg/modules/dynamicStaticAnalysis/entity/AnalysisAdditiveCheckUnitDeviceMap.java
View file @
18b0e84c
...
...
@@ -63,6 +63,10 @@ public class AnalysisAdditiveCheckUnitDeviceMap implements Serializable {
@TableField
(
"movement_master_id"
)
private
String
movementMasterId
;
@ApiModelProperty
(
"动静态几何尺寸数据主表主键-》外键"
)
@TableField
(
"movement_additive_info_id"
)
private
String
movementAdditiveInfoId
;
@ApiModelProperty
(
"设备单元id"
)
@TableField
(
"unit_id"
)
private
String
unitId
;
...
...
jeecg-module-system/src/main/resources/application-dev.yml
View file @
18b0e84c
...
...
@@ -131,7 +131,7 @@ spring:
connectionProperties
:
druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource
:
master
:
url
:
jdbc:mysql://47.94.207.62:3306/hz
gw3
?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&zeroDateTimeBehavior=convertToNull
url
:
jdbc:mysql://47.94.207.62:3306/hz
somms
?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&zeroDateTimeBehavior=convertToNull
username
:
root
password
:
superAdmin&321
driver-class-name
:
com.mysql.jdbc.Driver
...
...
jeecg-module-system/src/main/resources/application-test.yml
View file @
18b0e84c
jeecg-module-system/src/main/resources/logback-spring.xml
View file @
18b0e84c
...
...
@@ -69,9 +69,9 @@
<!-- 日志输出级别 -->
<root
level=
"INFO"
>
<appender-ref
ref=
"STDOUT"
/>
<!-- <appender-ref ref="FILE" />--
>
<!-- <appender-ref ref="HTML" />--
>
<!-- <appender-ref ref="FILE_HTML" />--
>
<appender-ref
ref=
"FILE"
/
>
<appender-ref
ref=
"HTML"
/
>
<appender-ref
ref=
"FILE_HTML"
/
>
</root>
</configuration>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment