yangyang zhong
yangyang zhong
seata-server 也可以这样用吗
我看官方文档配置注册中心是这样的,我尝试添加ip 和 port 来替代向nacos注册的ip和地址 ``` registry { type = "nacos" nacos { application = "seata-server" serverAddr = "127.0.0.1:8848" group = "SEATA_GROUP" namespace = "" cluster = "default" username = ""...
> > 我看官方文档配置注册中心是这样的,我尝试添加ip 和 port 来替代向nacos注册的ip和地址 > > ``` > > registry { > > type = "nacos" > > > > nacos { > > application = "seata-server" >...
please assign to me
> > please assign to me > > hi , @hdygxsj 这个功能已经在 dev 分支实现, 但是可能还需要优化 , 比如在数据开发页面时 停留过久导致会话过期, 那么此时应该弹出确认框, 询问是否重新登陆 是:返回到 login 页面, 否: 做其他操作,避免正在编辑的内容丢失 , > > 如果可能, 可以实现定时保存功能那么就不存在...
Can we make dinky support auto save in sql edit page
please assign to me
I believe that as an independent open-source software, ds should not overly depend on Casdoor. However, currently, different OAuth2 providers can exhibit subtle differences, and some companies have their own...
用window可以编译,编译后dist放到nginx下打开白屏  nginx配置 ```conf server { listen 8080; server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; location / { root html; try_files $uri $uri/ /index.html; index index.html index.htm; } ```
> 用window可以编译,编译后dist放到nginx下打开白屏  > > nginx配置 > > ``` > server { > listen 8080; > server_name localhost; > > #charset koi8-r; > > #access_log logs/host.access.log main; > > location...