Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jyzb-platform
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
赵剑炜
jyzb-platform
Commits
a5ea14b6
Commit
a5ea14b6
authored
Jun 27, 2023
by
赵剑炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改至可用
parent
67c9b48b
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
73 行增加
和
1 行删除
+73
-1
.gitignore
.gitignore
+1
-0
encodings.xml
.idea/encodings.xml
+18
-0
jarRepositories.xml
.idea/jarRepositories.xml
+41
-0
misc.xml
.idea/misc.xml
+13
-0
application-local.yml
jyzb-boot/src/main/resources/application-local.yml
+0
-1
没有找到文件。
.gitignore
0 → 100644
View file @
a5ea14b6
/jyzb-boot/target
.idea/encodings.xml
0 → 100644
View file @
a5ea14b6
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"Encoding"
>
<file
url=
"file://$PROJECT_DIR$/jyzb-api/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-api/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-biz/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-biz/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-boot/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-boot/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-common/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-common/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-process/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/jyzb-process/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/src/main/resources"
charset=
"UTF-8"
/>
</component>
</project>
\ No newline at end of file
.idea/jarRepositories.xml
0 → 100644
View file @
a5ea14b6
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"RemoteRepositoriesConfiguration"
>
<remote-repository>
<option
name=
"id"
value=
"aliyun"
/>
<option
name=
"name"
value=
"aliyun"
/>
<option
name=
"url"
value=
"http://maven.aliyun.com/nexus/content/groups/public/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"central"
/>
<option
name=
"name"
value=
"Central Repository"
/>
<option
name=
"url"
value=
"https://repo.maven.apache.org/maven2"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"junmp-public"
/>
<option
name=
"name"
value=
"junmp-public"
/>
<option
name=
"url"
value=
"http://maven.sothing.top/repository/junmp-public/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"central"
/>
<option
name=
"name"
value=
"Maven Central repository"
/>
<option
name=
"url"
value=
"https://repo1.maven.org/maven2"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"jboss.community"
/>
<option
name=
"name"
value=
"JBoss Community repository"
/>
<option
name=
"url"
value=
"https://repository.jboss.org/nexus/content/repositories/public/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"oss"
/>
<option
name=
"name"
value=
"oss"
/>
<option
name=
"url"
value=
"https://oss.sonatype.org/content/groups/public"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"spring-milestones"
/>
<option
name=
"name"
value=
"Spring Milestones"
/>
<option
name=
"url"
value=
"https://repo.spring.io/libs-milestone"
/>
</remote-repository>
</component>
</project>
\ No newline at end of file
.idea/misc.xml
0 → 100644
View file @
a5ea14b6
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ExternalStorageConfigurationManager"
enabled=
"true"
/>
<component
name=
"MavenProjectsManager"
>
<option
name=
"originalFiles"
>
<list>
<option
value=
"$PROJECT_DIR$/pom.xml"
/>
</list>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_8"
default=
"true"
project-jdk-name=
"19"
project-jdk-type=
"JavaSDK"
/>
</project>
\ No newline at end of file
jyzb-boot/src/main/resources/application-local.yml
View file @
a5ea14b6
...
...
@@ -87,4 +87,3 @@ flowable:
enabled
:
false
eventregistry
:
enabled
:
false
enabled
:
false
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论