Skip to content

Commit 0bacf37

Browse files
committed
fix issue
1 parent 0ed6821 commit 0bacf37

File tree

490 files changed

+58227
-58212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+58227
-58212
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ licenseReport {
3535

3636
allprojects {
3737
group = 'tpi.dgrv4'
38-
version = 'release-v4.5.5'
38+
version = 'release-rc-v4.5.6.0-34-g85e6d987c'
3939
apply plugin: 'io.spring.dependency-management'
4040

4141
repositories {
@@ -62,8 +62,8 @@ subprojects {
6262

6363

6464
dependencies {
65-
implementation files("${rootDir}/libsext/dgrv4_CodecUtil-v4.5.5.1-lib.jar")
66-
implementation files("${rootDir}/libsext/dgrv4_HttpUtil-v4.5.5.1-lib.jar")
65+
implementation files("${rootDir}/libsext/dgrv4_CodecUtil-v4.5.6.0-34-g85e6d987c-lib.jar")
66+
implementation files("${rootDir}/libsext/dgrv4_HttpUtil-v4.5.6.0-34-g85e6d987c-lib.jar")
6767

6868
implementation ('org.springframework.boot:spring-boot-starter-data-jpa'){
6969
exclude group: 'ch.qos.logback', module: 'logback-classic'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
connection.project.dir=..
2+
eclipse.preferences.version=1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
3+
org.eclipse.jdt.core.compiler.compliance=21
4+
org.eclipse.jdt.core.compiler.source=21
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
package tpi.dgrv4.common.constant;
2-
3-
/**
4-
* Auth code 階段
5-
*/
6-
public class DgrAuthCodePhase {
7-
8-
public final static String STATE = "STATE";
9-
10-
public final static String AUTH_CODE = "AUTH CODE";
11-
}
1+
package tpi.dgrv4.common.constant;
2+
3+
/**
4+
* Auth code 階段
5+
*/
6+
public class DgrAuthCodePhase {
7+
8+
public final static String STATE = "STATE";
9+
10+
public final static String AUTH_CODE = "AUTH CODE";
11+
}

dgrv4_Common_lib/src/main/java/tpi/dgrv4/common/constant/TsmpDpAaRtnCode.java

Lines changed: 500 additions & 500 deletions
Large diffs are not rendered by default.

dgrv4_Common_lib/src/main/java/tpi/dgrv4/common/utils/InitDataServiceLab.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public List<Map<String,String>> getTsmpSetting(){
1818
String value;
1919
String memo;
2020

21-
String[][] arrData = {{id = "SERVICE_MAIL_ENABLE", value = "true", memo = "主要smtp server設定"}
22-
,{"SERVICE_MAIL_HOST", "smtp.gmail.com", "主要smtp server設定"}
23-
,{(id = "SERVICE_MAIL_PORT"), (value = "587"), (memo = "主要smtp server設定")}};
21+
String[][] arrData = {{id = "SERVICE_MAIL_ENABLE", value = "true", memo = "Main SMTP server setting : Sender authentication process enablement ( true/false )"}
22+
,{"SERVICE_MAIL_HOST", "smtp.gmail.com", ",Main SMTP server setting : SMTP server domain name ( smtp.gmail.com )"}
23+
,{(id = "SERVICE_MAIL_PORT"), (value = "587"), (memo = "Main SMTP server setting : SMTP server service-port")}};
2424

2525
for(int i=0; i <arrData.length ;i++) {
2626
Map<String,String> dataMap = new HashMap<>();

dgrv4_Common_lib/src/main/java/tpi/dgrv4/common/utils/autoInitSQL/Initializer/TsmpFuncTableInitializer.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class TsmpFuncTableInitializer {
2828
//API管理
2929
"AC03","AC0301","AC0311","AC0315","AC0316","AC0318","AC0319",
3030
//監控管理(AC0706為無建立功能的告警頁面)
31-
"AC05","AC0501","AC0502","AC0508","AC0509","AC0510","AC0702","AC0706",
31+
"AC05","AC0501","AC0502","AC0503","AC0508","AC0509","AC0510","AC0702","AC0706",
3232
//報表管理(Kibana)
3333
"AC09","AC0901","AC0902","AC0903","AC0904","AC0905","AC0906","AC0907","AC0908","AC0909","AC0910",
3434
//報表管理(JS)
@@ -55,7 +55,7 @@ public class TsmpFuncTableInitializer {
5555
//API管理
5656
"AC03","AC0301","AC0311","AC0315","AC0316","AC0318","AC0319",
5757
//監控管理
58-
"AC05","AC0501","AC0502","AC0508","AC0509","AC0510","AC0702",
58+
"AC05","AC0501","AC0502","AC0503","AC0508","AC0509","AC0510","AC0702",
5959
//報表管理(Kibana)
6060
"AC09","AC0901","AC0902","AC0903","AC0904","AC0905","AC0906","AC0907","AC0908","AC0909","AC0910",
6161
//用戶憑證管理
@@ -77,7 +77,7 @@ public class TsmpFuncTableInitializer {
7777
//API管理
7878
"AC03","AC0301","AC0311","AC0315","AC0316","AC0318","AC0319",
7979
//監控管理(AC0706為無建立功能的告警頁面)
80-
"AC05","AC0501","AC0509","AC0706",
80+
"AC05","AC0501","AC0503","AC0509","AC0706",
8181
//報表管理(JS)
8282
//20250407 no execute
8383
//"AC13","AC1301","AC1302","AC1303","AC1304","AC1305",
@@ -100,7 +100,7 @@ public class TsmpFuncTableInitializer {
100100
//API管理
101101
"AC03","AC0301","AC0311","AC0316","AC0318","AC0319",
102102
//監控管理
103-
"AC05","AC0501","AC0509","AC0706",
103+
"AC05","AC0501","AC0503","AC0509","AC0706",
104104
//報表管理(JS)
105105
//20250407 no execute
106106
//"AC13","AC1301","AC1302","AC1303","AC1304","AC1305",
@@ -172,6 +172,8 @@ public List<TsmpFuncVo> insertTsmpFunc(LicenseEditionTypeVo licenseEdition, bool
172172
createTsmpFunc("AC0501","digiRunner監控","digiRunnerMonitor","digiRunner Server監控",null,"zh-TW","manager",DateTimeUtil.now());
173173
createTsmpFunc("AC0502","System Resource","","digiRunner儀表板",null,"en-US","manager",DateTimeUtil.now());
174174
createTsmpFunc("AC0502","digiRunner儀表板","digiRunnerDashboard","digiRunner儀表板",null,"zh-TW","manager",DateTimeUtil.now());
175+
createTsmpFunc("AC0503","API Abnormal Report","API Abnormal Report","API Abnormal Report","","en-US","manager",DateTimeUtil.now());
176+
createTsmpFunc("AC0503","API異常報表","API Abnormal Report","API異常報表","","zh-TW","manager",DateTimeUtil.now());
175177
createTsmpFunc("AC0508","Elastic Stack","","",null,"en-US","manager",DateTimeUtil.now());
176178
createTsmpFunc("AC0508","ELK儀表板","","",null,"zh-TW","manager",DateTimeUtil.now());
177179

0 commit comments

Comments
 (0)