Skip to content

Commit

Permalink
fix: v2.5.5.10
Browse files Browse the repository at this point in the history
1. 解决 OAuth2 自带业务表通过 Spring Data JPA 自动创建,字段名变化为小写问题。
2. 完善前端 Camnuda 工作流编辑器组件功能。
3. 完善前端部分功能,解决已知问题。
4. 更新在线文档,补充前端工程详细介绍。
  • Loading branch information
herodotus-ecosystem committed Sep 29, 2021
1 parent ae1afa5 commit 26ccf78
Show file tree
Hide file tree
Showing 110 changed files with 288 additions and 147 deletions.
6 changes: 0 additions & 6 deletions .jpb/jpb-settings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.0.3-brightgreen" alt="Nacos 2.0.3"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue" alt="License Apache 2.0"></a>
<a href="https://blog.csdn.net/Pointer_v" target="_blank"><img src="https://img.shields.io/badge/Author-%E7%A0%81%E5%8C%A0%E5%90%9B-orange" alt="码匠君"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-2.5.5.0-red" alt="Version 2.5.5.0"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-2.5.5.10-red" alt="Version 2.5.5.10"></a>
<a href="https://gitee.com/herodotus/eurynome-cloud"><img src="https://gitee.com/herodotus/eurynome-cloud/badge/star.svg?theme=dark" alt="Gitee star"></a>
<a href="https://gitee.com/herodotus/eurynome-cloud"><img src="https://gitee.com/herodotus/eurynome-cloud/badge/fork.svg?theme=dark" alt="Gitee fork"></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion configurations/docker/docker-compose/herodotus/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.5.5.0
VERSION=2.5.5.10
GATEWAY_SERVICE_NAME=eurynome-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=eurynome-cloud-uaa
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>cn.herodotus.eurynome</groupId>
<artifactId>dependencies</artifactId>
<version>2.5.5.0</version>
<version>2.5.5.10</version>
<packaging>pom</packaging>

<name>eurynome-cloud-dependencies</name>
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</script><title>Eurynome Cloud</title><meta name="description" content="Eurynome Cloud, 在线文档, 微服务, 微服务架构, Spring Boot,Spring Cloud,Spring Cloud Alibaba, Spring Security, OAuth 2, Skywalking, Nacos">
<link rel="preload" href="/eurynome-cloud/assets/js/runtime~app.80770d1d.js" as="script"><link rel="preload" href="/eurynome-cloud/assets/css/styles.d9dc5387.css" as="style"><link rel="preload" href="/eurynome-cloud/assets/js/287.d2875ff4.js" as="script"><link rel="preload" href="/eurynome-cloud/assets/js/app.0def4c8d.js" as="script">
<link rel="preload" href="/eurynome-cloud/assets/js/runtime~app.528cf630.js" as="script"><link rel="preload" href="/eurynome-cloud/assets/css/styles.d9dc5387.css" as="style"><link rel="preload" href="/eurynome-cloud/assets/js/287.4d31e5fd.js" as="script"><link rel="preload" href="/eurynome-cloud/assets/js/app.3288662f.js" as="script">
<link rel="stylesheet" href="/eurynome-cloud/assets/css/styles.d9dc5387.css">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>That&#39;s a Four-Oh-Four.</blockquote><a href="/eurynome-cloud/" class="">Take me home</a></div></div><!----><!----><!--]--></div>
<script src="/eurynome-cloud/assets/js/runtime~app.80770d1d.js" defer></script><script src="/eurynome-cloud/assets/js/287.d2875ff4.js" defer></script><script src="/eurynome-cloud/assets/js/app.0def4c8d.js" defer></script>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>How did we get here?</blockquote><a href="/eurynome-cloud/" class="">Take me home</a></div></div><!----><!----><!--]--></div>
<script src="/eurynome-cloud/assets/js/runtime~app.528cf630.js" defer></script><script src="/eurynome-cloud/assets/js/287.4d31e5fd.js" defer></script><script src="/eurynome-cloud/assets/js/app.3288662f.js" defer></script>
</body>
</html>

Large diffs are not rendered by default.

File renamed without changes.
1 change: 0 additions & 1 deletion docs/assets/js/app.0def4c8d.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/js/app.3288662f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/js/app.bdd8e25d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/js/runtime~app.528cf630.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/assets/js/runtime~app.80770d1d.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/js/runtime~app.b25ab9d7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/js/v-04a4871c.632fc12a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26ccf78

Please sign in to comment.