Skip to content

Commit f7df12b

Browse files
committed
complete master data setting
1 parent 2064f2b commit f7df12b

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/QAWorkspaceApp.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ public static void main(String[] args) {
1515
SpringApplication.run(QAWorkspaceApp.class);
1616
}
1717
}
18+

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/handlers/SqlTagFetchHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.fluentqa.base.handlers;
1+
package io.fluentqa.workspace.base.handlers;
22

33
import org.springframework.jdbc.core.JdbcTemplate;
44
import org.springframework.stereotype.Component;

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/model/MasterData.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package io.fluentqa.base.model;
1+
package io.fluentqa.workspace.base.model;
22

3-
import io.fluentqa.base.handlers.SqlTagFetchHandler;
3+
import io.fluentqa.workspace.base.handlers.SqlTagFetchHandler;
44
import lombok.Data;
55
import xyz.erupt.annotation.Erupt;
66
import xyz.erupt.annotation.EruptField;
@@ -16,7 +16,8 @@
1616
import javax.persistence.Table;
1717

1818

19-
@Erupt(name = "产品字典值配置", power = @Power(importable = true, export = true))
19+
@Erupt(name = "产品字典值配置",
20+
power = @Power(importable = true, export = true))
2021
@Table(name = "master_data")
2122
@Entity
2223
@Data

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/model/ModelWithValidFlag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.fluentqa.base.model;
1+
package io.fluentqa.workspace.base.model;
22

33

44
import xyz.erupt.annotation.EruptField;

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/model/ModelWithValidFlagVo.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
package io.fluentqa.base.model;
1+
package io.fluentqa.workspace.base.model;
22

33

4-
import lombok.Data;
54
import org.hibernate.annotations.DynamicInsert;
65
import org.hibernate.annotations.DynamicUpdate;
76
import org.hibernate.annotations.Where;

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/model/NamedModelVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.fluentqa.base.model;
1+
package io.fluentqa.workspace.base.model;
22

33

44
import org.hibernate.annotations.DynamicInsert;

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/model/NamedTimeStatusModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.fluentqa.base.model;
1+
package io.fluentqa.workspace.base.model;
22

33

44
import lombok.Data;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package io.fluentqa.base;
1+
package io.fluentqa.workspace.base;

fluentqa-java-tutorials/qaworkspace/src/main/java/io/fluentqa/workspace/base/proxies/AuditDataEnhancerProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.fluentqa.base.proxies;
1+
package io.fluentqa.workspace.base.proxies;
22

33
import org.springframework.stereotype.Component;
44
import xyz.erupt.core.context.MetaContext;

fluentqa-java-tutorials/qaworkspace/src/main/resources/application-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ erupt:
2323

2424
spring:
2525
datasource:
26-
url: jdbc:postgresql://127.0.0.1:7432/qa_workspace
26+
url: jdbc:postgresql://127.0.0.1:7432/postgres?currentSchema=qa_workspace
2727
username: postgres
2828
password: changeit
2929
jpa:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy