Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
signal
traffic-signal-platform
Commits
33f871d4
Commit
33f871d4
authored
Nov 24, 2022
by
hanbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改厂商简称字段为厂商代码
parent
e31b2a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
51 deletions
+51
-51
pom.xml
signal-utc-service/pom.xml
+51
-51
No files found.
signal-utc-service/pom.xml
View file @
33f871d4
...
@@ -242,58 +242,58 @@
...
@@ -242,58 +242,58 @@
<!-- mvn clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true -->
<!-- mvn clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true -->
<!-- 使用jib 无需深入学习docker, 无需编写Dockerfile -->
<!-- 使用jib 无需深入学习docker, 无需编写Dockerfile -->
<!-- <plugin>--
>
<plugin
>
<!-- <groupId>com.google.cloud.tools</groupId>--
>
<groupId>
com.google.cloud.tools
</groupId
>
<!-- <artifactId>jib-maven-plugin</artifactId>--
>
<artifactId>
jib-maven-plugin
</artifactId
>
<!-- <version>2.5.2</version>--
>
<version>
2.5.2
</version
>
<!-- <configuration>--
>
<configuration
>
<!-- <!–from节点用来设置镜像的基础镜像,相当于Docerkfile中的FROM关键字–>
-->
<!--from节点用来设置镜像的基础镜像,相当于Docerkfile中的FROM关键字
-->
<!-- <from>--
>
<from
>
<!-- <!–使用harbor上的openjdk镜像–>
-->
<!--使用harbor上的openjdk镜像
-->
<!-- <image>10.100.1.87:5000/xinkong/openjdk:8-alpine3.9</image>--
>
<image>
10.100.1.87:5000/xinkong/openjdk:8-alpine3.9
</image
>
<!-- <!–harbor服务器的登录信息–>
-->
<!--harbor服务器的登录信息
-->
<!-- <auth>--
>
<auth
>
<!-- <username>admin</username>--
>
<username>
admin
</username
>
<!-- <password>Wanji300552</password>--
>
<password>
Wanji300552
</password
>
<!-- </auth>--
>
</auth
>
<!-- </from>--
>
</from
>
<!-- <to>--
>
<to
>
<!-- <image>10.100.1.87:5000/xinkong/${artifactId}:${version}</image>--
>
<image>
10.100.1.87:5000/xinkong/${artifactId}:${version}
</image
>
<!-- <auth>--
>
<auth
>
<!-- <username>admin</username>--
>
<username>
admin
</username
>
<!-- <password>Wanji300552</password>--
>
<password>
Wanji300552
</password
>
<!-- </auth>--
>
</auth
>
<!-- </to>--
>
</to
>
<!-- <container>--
>
<container
>
<!-- <!–配置jvm虚拟机参数–>
-->
<!--配置jvm虚拟机参数
-->
<!-- <jvmFlags>--
>
<jvmFlags
>
<!-- <jvmFlag>-Xms512m</jvmFlag>--
>
<jvmFlag>
-Xms512m
</jvmFlag
>
<!-- </jvmFlags>--
>
</jvmFlags
>
<!-- <!–配置使用的时区–>
-->
<!--配置使用的时区
-->
<!-- <environment>--
>
<environment
>
<!-- <TZ>Asia/Shanghai</TZ>--
>
<TZ>
Asia/Shanghai
</TZ
>
<!-- </environment>--
>
</environment
>
<!-- <!–要暴露的端口–>
-->
<!--要暴露的端口
-->
<!-- <ports>--
>
<ports
>
<!-- <port>32000</port>--
>
<port>
32000
</port
>
<!-- </ports>--
>
</ports
>
<!-- <!– <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>–>
-->
<!-- <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>
-->
<!-- <creationTime>${maven.build.timestamp}</creationTime>--
>
<creationTime>
${maven.build.timestamp}
</creationTime
>
<!-- <mainClass>net.wanji.utc.UtcApplication</mainClass>--
>
<mainClass>
net.wanji.utc.UtcApplication
</mainClass
>
<!-- </container>--
>
</container
>
<!-- <!–可以进行HTTP–>
-->
<!--可以进行HTTP
-->
<!-- <allowInsecureRegistries>true</allowInsecureRegistries>--
>
<allowInsecureRegistries>
true
</allowInsecureRegistries
>
<!-- </configuration>--
>
</configuration
>
<!-- <executions>--
>
<executions
>
<!-- <execution>--
>
<execution
>
<!-- <phase>package</phase>--
>
<phase>
package
</phase
>
<!-- <goals>--
>
<goals
>
<!-- <goal>build</goal>--
>
<goal>
build
</goal
>
<!-- </goals>--
>
</goals
>
<!-- </execution>--
>
</execution
>
<!-- </executions>--
>
</executions
>
<!-- </plugin>--
>
</plugin
>
</plugins>
</plugins>
</build>
</build>
...
...
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