Browse Source

Configure Continuous Integration ....

master
hypaas 6 months ago
parent
commit
a59d25d992
  1. 5
      build.gradle
  2. 9
      src/main/resources/application.properties

5
build.gradle

@ -4,7 +4,7 @@ buildscript {
//mavenCentral() //mavenCentral()
// maven { url 'https://plugins.gradle.org/m2/' } // maven { url 'https://plugins.gradle.org/m2/' }
//jcenter() //jcenter()
maven { url 'http://139.9.112.197:3081/repository/GradleRep/' } maven { url 'http://192.168.0.200:3081/repository/GradleRep/' }
} }
ext.platformVersion = '1.0.+' ext.platformVersion = '1.0.+'
ext.appVersion = '1.0.0' ext.appVersion = '1.0.0'
@ -44,7 +44,7 @@ configurations {
} }
dependencies { dependencies {
implementation project(":modules:test") implementation project(":modules:test")
implementation 'org.projectlombok:lombok:1.18.28'
implementation 'com.alibaba:easyexcel:2.2.6' implementation 'com.alibaba:easyexcel:2.2.6'
implementation 'com.alibaba:fastjson:1.2.83' implementation 'com.alibaba:fastjson:1.2.83'
//aem //aem
@ -70,3 +70,4 @@ dependencies {
wrapper { wrapper {
gradleVersion = "6.3" gradleVersion = "6.3"
} }

9
src/main/resources/application.properties

@ -1,7 +1,7 @@
# Application Information # Application Information
# ~~~~~ # ~~~~~
application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065 application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065
application.id=a6e3f3cc-1fec-484a-8c1a-858738e67bae application.id=54608d54-bab3-4d4a-a6ba-5ec230c85e45
application.sid=1719173642480254976 application.sid=1719173642480254976
application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/ application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/
application.description= application.description=
@ -64,9 +64,9 @@ auth.logout.local=true
# MySQL # MySQL
db.default.driver=com.mysql.cj.jdbc.Driver db.default.driver=com.mysql.cj.jdbc.Driver
db.default.ddl=update db.default.ddl=update
db.default.url=jdbc:mysql://139.9.112.197:3308/portal-gateway?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true db.default.url=jdbc:mysql://117.78.10.170:3006/app_331617a15c45392328b161de78a9aa81_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true
db.default.user=portal db.default.user=app_zhangqiyang
db.default.password=Sun@qc2023 db.default.password=Asdf123!@#
system.operate.log.switch=true system.operate.log.switch=true
event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info
@ -446,5 +446,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/

Loading…
Cancel
Save