-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
159 changed files
with
94 additions
and
19,905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Nacos config | ||
nacos.core.auth.enabled=true | ||
nacos.config.bootstrap.enable=true | ||
nacos.config.server-addr=172.16.167.37:8848 | ||
nacos.config.group=DEFAULT_GROUP | ||
nacos.config.data-id=flink-web.properties | ||
nacos.config.namespace=dev | ||
nacos.config.username=nacos | ||
nacos.config.password=nacos | ||
nacos.config.type=properties | ||
nacos.config.max-retry=10 | ||
nacos.config.auto-refresh=true | ||
nacos.config.config-retry-time=2333 | ||
nacos.config.config-long-poll-timeout=46000 | ||
# 如果公司内部使用了nacos 可以将有些配置放到nacos 如果没有请不要填写相关配置 | ||
#nacos.core.auth.enabled=true | ||
#nacos.config.bootstrap.enable=true | ||
#nacos.config.server-addr=172.16.167.37:8848 | ||
#nacos.config.group=DEFAULT_GROUP | ||
#nacos.config.data-id=flink-web.properties | ||
#nacos.config.namespace=dev | ||
#nacos.config.username=nacos | ||
#nacos.config.password=nacos | ||
#nacos.config.type=properties | ||
#nacos.config.max-retry=10 | ||
#nacos.config.auto-refresh=true | ||
#nacos.config.config-retry-time=2333 | ||
#nacos.config.config-long-poll-timeout=46000 | ||
|
||
####jdbc信息 | ||
server.port=9084 | ||
spring.datasource.url=jdbc:mysql://db-master-fink-web-001.ch:3306/flink_web?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=false | ||
spring.datasource.username=xiaowu | ||
spring.datasource.password=xiaowu_8rt4BYy5T | ||
spring.datasource.url=jdbc:mysql://localhost:3306/flink_web?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=false | ||
spring.datasource.username=root | ||
spring.datasource.password=root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
flink-streaming-web-front/src/views/flink/system-contact/index.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<template> | ||
<div v-loading="loading" class="tab-container" size="mini"> | ||
|
||
<el-form ref="form" :model="form" label-width="180px"> | ||
<el-form-item inline="true"> | ||
<span slot="label">作者:朱慧培 </span> | ||
</el-form-item> | ||
<el-form-item inline="true"> | ||
<span slot="label">源码: <a href="https://github.com/zhp8341/flink-streaming-platform-web" target="_blank">点击查看源码</a> </span> | ||
</el-form-item> | ||
<el-form-item inline="true"> | ||
<span slot="label">钉钉群:34315096 </span> | ||
<img src="https://flink-sql.oss-cn-hangzhou.aliyuncs.com/dd2.png" style="width: 800px; height: 1028px;"> | ||
</el-form-item> | ||
|
||
</el-form> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 0 additions & 65 deletions
65
...k-streaming-web/src/main/java/com/flink/streaming/web/controller/web/AlartController.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.