node_modules
This commit is contained in:
parent
bb54679b87
commit
1328d1f5b8
|
@ -25,6 +25,49 @@
|
|||
<version>${jeecgboot.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<!-- 读取 .nc 文件 -->
|
||||
<dependency>
|
||||
<groupId>edu.ucar</groupId>
|
||||
<artifactId>netcdf4</artifactId>
|
||||
<version>4.5.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.13</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcore</artifactId>
|
||||
<version>4.4.15</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>4.5.13</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -20,6 +20,22 @@ management:
|
|||
include: metrics,httptrace
|
||||
|
||||
spring:
|
||||
baseHome: /home/openfoam/
|
||||
WRF:
|
||||
wpsLocalPrefix: /home/openfoam/java/file/
|
||||
wrfLocalPrefix: /home/openfoam/java/file/
|
||||
geog_data_path: /home/openfoam/Build_WRF/WPS_GEOG
|
||||
fnldataPath: /home/openfoam/Build_WRF/WPS/fnldata/
|
||||
CMAQ:
|
||||
cmaqLocalShellHome: /home/openfoam/java/file/
|
||||
outputLocalPath: /home/openfoam/java/file/
|
||||
cshTemFielPath: /home/openfoam/java/tem/
|
||||
pythonPath: /home/openfoam/python/
|
||||
Linux:
|
||||
ip: 127.0.0.1
|
||||
username: openfoam
|
||||
password: root
|
||||
port: 22
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 10MB
|
||||
|
|
Loading…
Reference in New Issue
Block a user