mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-13 21:27:19 +08:00
fix repo
This commit is contained in:
@@ -92,6 +92,14 @@
|
||||
|
||||
>注意,开发环境和测试环境的证书是自签名的,这意味着访问网站时需要手动点击信任按钮
|
||||
|
||||
## ❗国服特色
|
||||
|
||||
本项目已将以下仓库自动替换为官方仓库,省却了用户自行配置的烦恼
|
||||
- npm 官方仓库 -> 阿里云镜像仓库
|
||||
- maven 官方仓库 -> 阿里云镜像仓库
|
||||
- gradle-wrapper 官方仓库 -> 阿里云镜像仓库
|
||||
- docker 官方仓库 -> 无法自动替换,需在本机指定 daemon.json 文件。
|
||||
|
||||
## 🥒 自动化数据库管理
|
||||
|
||||
本系统会自动管理将所有数据库功能,包括自动建表、自动修改、删除字段、自动增加索引等;
|
||||
|
||||
@@ -41,6 +41,10 @@ configurations {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url = uri("https://maven.aliyun.com/repository/central")}
|
||||
maven { url = uri("https://maven.aliyun.com/repository/public") }
|
||||
maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||
maven { url = uri("https://maven.aliyun.com/repository/apache-snapshots") }
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https://mirrors.aliyun.com/github/releases/gradle/gradle-distributions/v8.13.0/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
1
frontend/.npmrc
Normal file
1
frontend/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
registry=https://registry.npmmirror.com/
|
||||
Reference in New Issue
Block a user