# dataverse **Repository Path**: apex_labs_open_sourse/dataverse ## Basic Information - **Project Name**: dataverse - **Description**: 创略科技数据开发平台 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dataverse 开源数据开发平台 ### 数据开发平台中的 dataverse-admin-service dataverse-manage-service需要安装证书才能启动 # nexus 开源认证证书安装 ``` 首先去创略科技官网下载证书,官网地址:https://www.chinapex.com.cn 流程如下: 1.官网注册/登录=>个人中心=>申请证书=>下载公钥=>申请证书=>下载证书 2.将下载公钥和证书默认安装在当前项目目录下 启动文件bootstrap.yml配置示例: nexus.license.subject=license nexus.license.publicAlias=publicCert nexus.license.storePass=nexus_password1234@@!! nexus.license.licensePath=./license.lic nexus.license.publicKeysStorePath=./nexusPublicCerts.keystore 3.licensePath,publicKeysStorePath可根据不通的操作系统动态调整路径位置 备注:如果在安装过程中出现问题可联系创略科技运营支持 电话:021-61700720 邮箱:info@chinapex.com 企业微信客服(浏览器输入地址):https://work.weixin.qq.com/kfid/kfc29a3bca596a46a27?enc_scene=ENC71zmDxYhZk9WK7YuZDvnCFTr1QgkfGtxg7bqbLRPWLrc ```