mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-11 17:30:29 +08:00
chore(v0.11): 全路径纳入版本库与走查整改
- .gitignore:显式放行全部 maven-*、scripts、dev-support、frontend、反1、artifacts、历史导出目录
- 新增跟踪:device-manager/device-sdk/legacy-public、davinci-manager、cwos-*、cwos-resource 等源码与附属资源
- davinci FileStorageManagerImpl:Feign Response 关闭、绝对 URL 拉流 SSRF 校验(协议/主机/解析地址)
- davinci OuterCallFeignClient:补充契约说明
- cwos-common-aks AksConstant:final 类 + 私有构造防误实例化
- device-manager DeviceConstant:沿用 DEFAULT_APPLICATIONID 拼写修正
Made-with: Cursor
Former-commit-id: 0a34c76a82
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
Manifest-Version: 1.0
|
||||
Archiver-Version: Plexus Archiver
|
||||
Built-By: YCKJ1467
|
||||
Start-Class: cn.cloudwalk.Application
|
||||
Spring-Boot-Version: 1.3.3.RELEASE
|
||||
Created-By: Apache Maven 3.8.4
|
||||
Build-Jdk: 1.8.0_161
|
||||
Main-Class: org.springframework.boot.loader.JarLauncher
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Thu Jan 16 20:51:19 CST 2025
|
||||
version=1.0.0
|
||||
groupId=cn.cloudwalk.ninca
|
||||
artifactId=ninca-crk-gpu-std
|
||||
+228
@@ -0,0 +1,228 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ninca-crk-gpu-std</artifactId>
|
||||
<description>轻舟1.4版本【标准GPU服务器-出入口版】</description>
|
||||
|
||||
<parent>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
<artifactId>14_beta_200430_codes</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<ninca-crk-smart-attendance.version>2.9.1_210630-SNAPSHOT</ninca-crk-smart-attendance.version>
|
||||
<ninca-crk-visitor-management.version>2.9.1_210630-SNAPSHOT</ninca-crk-visitor-management.version>
|
||||
<ninca-crk-access-control.version>2.9.1_210630-SNAPSHOT</ninca-crk-access-control.version>
|
||||
<ninca-crk-conference-attendance.version>2.9.1_210630-SNAPSHOT</ninca-crk-conference-attendance.version>
|
||||
<intelligent-cwoscomponent-rest.version>2.9.2-xinghewan</intelligent-cwoscomponent-rest.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
<artifactId>ninca-crk-smart-attendance-web</artifactId>
|
||||
<version>${ninca-crk-smart-attendance.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>ninca-crk-access-control-interface</artifactId>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
<artifactId>ninca-crk-visitor-management-web</artifactId>
|
||||
<version>${ninca-crk-visitor-management.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>ninca-crk-access-control-interface</artifactId>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||||
<artifactId>intelligent-cwoscomponent-rest</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
<artifactId>ninca-crk-access-control-web</artifactId>
|
||||
<version>${ninca-crk-access-control.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>cn.cloudwalk.cloud</groupId>
|
||||
<artifactId>cloudwalk-common-web</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||||
<artifactId>intelligent-cwoscomponent-rest</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
<artifactId>ninca-crk-conference-attendance-web</artifactId>
|
||||
<version>${ninca-crk-conference-attendance.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>ninca-crk-access-control-interface</artifactId>
|
||||
<groupId>cn.cloudwalk.ninca</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||||
<artifactId>intelligent-cwoscomponent-rest</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||||
<artifactId>intelligent-cwoscomponent-rest</artifactId>
|
||||
<version>${intelligent-cwoscomponent-rest.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.cloudwalk.cloud</groupId>
|
||||
<artifactId>cloudwalk-common-event</artifactId>
|
||||
<version>3.7.2-Brussels-SRX</version>
|
||||
</dependency>
|
||||
|
||||
<!--日志监控-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
||||
</dependency>
|
||||
<!-- 监控 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-prometheus</artifactId>
|
||||
<version>1.5.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-spring-legacy</artifactId>
|
||||
<version>1.3.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>ninca-crk-std-backend-V2.9.1_20210630</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>1.3.3.RELEASE</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>${maven.compiler.source}</source>
|
||||
<target>${maven.compiler.target}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>2.8.2</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>release</id>
|
||||
<name>release</name>
|
||||
<url>https://artifact.cloudwalk.work/artifactory/iv_maven_release</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshot</id>
|
||||
<name>snapshot</name>
|
||||
<url>https://artifact.cloudwalk.work/artifactory/iv_maven_snapshot</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>remotevirtual</id>
|
||||
<name>all-dept_maven-remote_virtual</name>
|
||||
<url>https://artifact.cloudwalk.work:443/artifactory/all-dept_maven-remote_virtual</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>rt_download_release</id>
|
||||
<name>cloudwalk_maven_release</name>
|
||||
<url>https://artifact.cloudwalk.work:443/artifactory/cloudwalk_maven_release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<snapshots />
|
||||
<id>rt_download_snapshot</id>
|
||||
<name>cloudwalk_maven_snapshot</name>
|
||||
<url>https://artifact.cloudwalk.work:443/artifactory/cloudwalk_maven_snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>remotevirtual</id>
|
||||
<name>all-dept_maven-remote_virtual</name>
|
||||
<url>https://artifact.cloudwalk.work:443/artifactory/all-dept_maven-remote_virtual</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>rt_download_release</id>
|
||||
<name>cloudwalk_maven_release</name>
|
||||
<url>https://artifact.cloudwalk.work:443/artifactory/cloudwalk_maven_release</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<snapshots />
|
||||
<id>rt_download_snapshot</id>
|
||||
<name>cloudwalk_maven_snapshot</name>
|
||||
<url>https://artifact.cloudwalk.work:443/artifactory/cloudwalk_maven_snapshot</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user