Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Generate settings.xml for Maven Builds
uses: whelk-io/maven-settings-xml-action@v20
with:
repositories: '[{ "id": "github", "url": "https://maven.pkg.github.com/flexmodel-project/flexmodel-maven-packages", "snapshots": { "enabled" : true } }]'
repositories: '[{ "id": "github", "url": "https://maven.pkg.github.com/flexmodel-dev/flexmodel-maven-packages", "snapshots": { "enabled" : true } }]'
servers: '[{ "id": "github", "username": "cjbi", "password": "${{ secrets.MAVEN_TOKEN }}" }]'
- name: Build with Maven
run: |
Expand All @@ -37,5 +37,5 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: flexmodel-projects/flexmodel-server
repository: flexmodel-devs/flexmodel-server
event-type: ui_deploy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FlexModel UI 是一个开源的、免费的统一数据访问层解决方案,

```bash
# 克隆仓库
git clone https://github.com/flexmodel-projects/flexmodel-ui.git
git clone https://github.com/flexmodel-devs/flexmodel-ui.git
cd flexmodel-ui

# 安装依赖
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<repository>
<id>github</id>
<name>GitHub MetaCode Apache Maven Packages</name>
<url>https://maven.pkg.github.com/flexmodel-projects/flexmodel-maven-packages</url>
<url>https://maven.pkg.github.com/flexmodel-devs/flexmodel-maven-packages</url>
</repository>
</distributionManagement>
<build>
Expand Down
44 changes: 0 additions & 44 deletions public/rapi-doc/index.html

This file was deleted.

3,915 changes: 0 additions & 3,915 deletions public/rapi-doc/rapidoc-min.js

This file was deleted.

Loading
Loading