File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
admin-ui/src/pages/flow/work
example/example-server/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ const FlowPage = () => {
6262 id : current . id ,
6363 schema : json
6464 } ) ;
65- setVisible ( false ) ;
6665 if ( res . success ) {
6766 message . success ( "保存成功" ) ;
67+ setVisible ( false ) ;
6868 }
6969 actionRef . current ?. reload ( ) ;
7070 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ application.version=@project.version@
99spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
1010spring.datasource.url =jdbc:mysql://localhost:3306/flow?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
1111spring.datasource.username =root
12- spring.datasource.password =admin123
12+ spring.datasource.password =lorne4j#2024
1313spring.jpa.database-platform =org.hibernate.dialect.MySQL8Dialect
1414
1515spring.jpa.hibernate.ddl-auto =update
You can’t perform that action at this time.
0 commit comments