Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
smf-core
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit cf84d876
由
zshaohui
编写于
2023-11-13 09:14:09 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
kafka配置提交
1 个父辈
c2d05035
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
20 行增加
和
4 行删除
src/main/java/com/neotel/smfcore/SmfCoreApplication.java
src/main/resources/config/application-prod.yml
src/main/resources/config/application.yml
src/main/java/com/neotel/smfcore/SmfCoreApplication.java
查看文件 @
cf84d87
...
@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
...
@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
import
org.springframework.scheduling.annotation.EnableScheduling
;
import
org.springframework.scheduling.annotation.EnableScheduling
;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
@EnableAsync
//
@EnableAsync
@EnableScheduling
@EnableScheduling
@EnableKafka
@EnableKafka
@RestController
@RestController
...
...
src/main/resources/config/application-prod.yml
查看文件 @
cf84d87
...
@@ -15,6 +15,14 @@ spring:
...
@@ -15,6 +15,14 @@ spring:
port
:
27017
# 端口
port
:
27017
# 端口
database
:
smf
# 数据库
database
:
smf
# 数据库
#kafka配置
kafka
:
bootstrap-servers
:
10.190.196.135:9092
consumer
:
group-id
:
neotel
key-deserializer
:
org.apache.kafka.common.serialization.StringDeserializer
value-deserializer
:
org.apache.kafka.common.serialization.StringDeserializer
#jwt
#jwt
jwt
:
jwt
:
header
:
Authorization
header
:
Authorization
...
@@ -63,3 +71,10 @@ file:
...
@@ -63,3 +71,10 @@ file:
path
:
C:\smf\file\
path
:
C:\smf\file\
# 文件大小 /M
# 文件大小 /M
maxSize
:
100
maxSize
:
100
#迈征配置
maizheng
:
stationStatusApi
:
http://10.190.196.124:8300/API/MZSM
export
:
MU3_1
src/main/resources/config/application.yml
查看文件 @
cf84d87
...
@@ -40,7 +40,7 @@ lizhen:
...
@@ -40,7 +40,7 @@ lizhen:
url
:
http://172.30.97.63:8001/smf-core/api/Mes/machineCallMaterial
url
:
http://172.30.97.63:8001/smf-core/api/Mes/machineCallMaterial
F4
:
F4
:
name
:
4F
name
:
4F
line
:
B03-4FSMT-11,B03-4FSMT-01
line
:
B03-4FSMT-11,B03-4FSMT-01
,B03-4FSMT-13,B03-4FSMT-03,B03-4FSMT-14
url
:
http://172.25.252.12:8001/smf-core/api/Mes/machineCallMaterial
url
:
http://172.25.252.12:8001/smf-core/api/Mes/machineCallMaterial
...
@@ -61,7 +61,7 @@ forward:
...
@@ -61,7 +61,7 @@ forward:
#手动出库料箱
#手动出库料箱
manualcheckout
:
manualcheckout
:
export
:
MU4_1
export
:
...
@@ -100,4 +100,5 @@ app:
...
@@ -100,4 +100,5 @@ app:
menu
:
menu
:
show
:
show
:
hide
:
\ No newline at end of file
\ No newline at end of file
hide
:
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论