Commit 9f8213dc authored by pengxin's avatar pengxin

更改数据集名称

parent bf1728bc
...@@ -94,7 +94,7 @@ public class DatasetVersionServiceImpl extends BaseService<DatasetVersion, Long> ...@@ -94,7 +94,7 @@ public class DatasetVersionServiceImpl extends BaseService<DatasetVersion, Long>
version = datasetVersionList.get(datasetVersionList.size() - 1).getDatasetVersion() + 1; version = datasetVersionList.get(datasetVersionList.size() - 1).getDatasetVersion() + 1;
} }
datasetVersion.setDatasetVersion(version); datasetVersion.setDatasetVersion(version);
datasetVersion.setVersionName("V" + datasetVersion.getDatasetVersion()); datasetVersion.setVersionName(reDatasetManage.getDatasetName());
datasetVersion.setDatasetId(reDatasetManage.getDatasetId()); datasetVersion.setDatasetId(reDatasetManage.getDatasetId());
datasetVersion.setCleanStatus(0); datasetVersion.setCleanStatus(0);
datasetVersion.setDataVolume(0L); datasetVersion.setDataVolume(0L);
......
[INFO ] [2024-04-01 09:46:50] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
[INFO ] [2024-04-01 09:46:50] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_291 on eci-fl2510p with PID 18292 (G:\ljmx_workspace\lmp_server\application-webadmin\target\classes started by Administrator in G:\ljmx_workspace\lmp_server)
[INFO ] [2024-04-01 09:46:50] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "dev"
[INFO ] [2024-04-01 09:46:53] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
[INFO ] [2024-04-01 09:46:54] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 87 ms. Found 0 MongoDB repository interfaces.
[INFO ] [2024-04-01 09:46:54] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.yice.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$981fc477] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[INFO ] [2024-04-01 09:46:56] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8082 (http)
[INFO ] [2024-04-01 09:46:56] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8082"]
[INFO ] [2024-04-01 09:46:56] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
[INFO ] [2024-04-01 09:46:56] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.73]
[INFO ] [2024-04-01 09:46:56] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
[INFO ] [2024-04-01 09:46:56] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 5990 ms
[INFO ] [2024-04-01 09:46:57] T:[] S:[] U:[] [main] ==> {dataSource-1,application-webadmin} inited
[INFO ] [2024-04-01 09:46:58] T:[] S:[] U:[] [main] ==> {dataSource-2,application-webadmin} inited
[INFO ] [2024-04-01 09:46:58] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
[ERROR] [2024-04-01 09:46:58] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
[INFO ] [2024-04-01 09:46:59] T:[] S:[] U:[] [main] ==> Redisson 3.15.4
[INFO ] [2024-04-01 09:46:59] T:[] S:[] U:[] [redisson-netty-2-8] ==> 5 connections initialized for /192.168.0.35:6379
[INFO ] [2024-04-01 09:46:59] T:[] S:[] U:[] [redisson-netty-2-13] ==> 1 connections initialized for /192.168.0.35:6379
[WARN ] [2024-04-01 09:47:00] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.app.model.KnowledgeUser".
[WARN ] [2024-04-01 09:47:00] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.app.model.KnowledgeUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysDataPermDept".
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysDataPermMenu".
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysDataPermUser".
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysDeptRelation".
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysMenuPermCode".
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysPermCodePerm".
[WARN ] [2024-04-01 09:47:01] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:02] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysRoleMenu".
[WARN ] [2024-04-01 09:47:02] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:02] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysUserPost".
[WARN ] [2024-04-01 09:47:02] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[WARN ] [2024-04-01 09:47:02] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.yice.webadmin.upms.model.SysUserRole".
[WARN ] [2024-04-01 09:47:02] T:[] S:[] U:[] [main] ==> class com.yice.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
[INFO ] [2024-04-01 09:47:03] T:[] S:[] U:[] [main] ==> MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 7", "architecture": "x86", "version": "6.1"}, "platform": "Java/Oracle Corporation/1.8.0_291-b10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='root', source='admin', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@b041b5], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@48aa1b]}, clusterSettings={hosts=[192.168.0.36:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@3333be], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
[INFO ] [2024-04-01 09:47:03] T:[] S:[] U:[] [cluster-ClusterId{value='660a121786f15510e4edc809', description='null'}-192.168.0.36:27017] ==> Opened connection [connectionId{localValue:1, serverValue:213}] to 192.168.0.36:27017
[INFO ] [2024-04-01 09:47:03] T:[] S:[] U:[] [cluster-rtt-ClusterId{value='660a121786f15510e4edc809', description='null'}-192.168.0.36:27017] ==> Opened connection [connectionId{localValue:2, serverValue:214}] to 192.168.0.36:27017
[INFO ] [2024-04-01 09:47:03] T:[] S:[] U:[] [cluster-ClusterId{value='660a121786f15510e4edc809', description='null'}-192.168.0.36:27017] ==> Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.36:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=43020920}
[WARN ] [2024-04-01 09:47:03] T:[] S:[] U:[] [main] ==> Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
[WARN ] [2024-04-01 09:47:03] T:[] S:[] U:[] [main] ==> Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
[INFO ] [2024-04-01 09:47:07] T:[] S:[] U:[] [main] ==> 自定义配置项:
AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='灵境', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
[INFO ] [2024-04-01 09:47:07] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@1c08a77, ORIGINAL=[Ljava.lang.String;@1922937, PIC_CLICK=[Ljava.lang.String;@1483d4b]
[INFO ] [2024-04-01 09:47:07] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
[INFO ] [2024-04-01 09:47:07] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
[INFO ] [2024-04-01 09:47:07] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
[INFO ] [2024-04-01 09:47:08] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
[INFO ] [2024-04-01 09:47:10] T:[] S:[] U:[] [main] ==> Exposing 13 endpoint(s) beneath base path '/actuator'
[WARN ] [2024-04-01 09:47:12] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.check-template-location=false)
[INFO ] [2024-04-01 09:47:12] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8082"]
[INFO ] [2024-04-01 09:47:12] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8082 (http) with context path ''
[INFO ] [2024-04-01 09:47:14] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 25.384 seconds (JVM running for 26.94)
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