diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/pom.xml b/pom.xml index 5471da3..b946e7f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,21 +4,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + sxt-modules com.yxt - yxt-parent 0.0.1 - 4.0.0 - ss-common-purchase - ss-common-purchase - 2.0.1 + sxt-modules-purchase + 0.0.1 com.yxt - yxt-common-base + sxt-common-base 0.0.1 diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index ff325e3..d7369b7 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -3,27 +3,23 @@ spring: hikari: max-lifetime: 500000 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://39.104.100.138:3306/ss_purchase?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true -# url: jdbc:mysql://8.130.39.13:3306/yxt_lpk_yythmall?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://101.200.164.102:3306/ss_purchase?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root -# password: 1LAiGz$t1*Iw - password: yxt_mysql_138 + password: Yxt@67508182 cloud: nacos: discovery: - namespace: common - server-addr: 39.104.100.138:8848 - register-enabled: false + server-addr: 127.0.0.1:8848 redis: database: 3 # Redis数据库索引(默认为0) - host: 39.104.100.138 + host: 127.0.0.1 jedis: pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制) max-idle: 8 #连接池中的最大空闲连接 max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) min-idle: 0 # 连接池中的最小空闲连接 - password: + password: 123456 port: 6379 timeout: 0 # 连接超时时间(毫秒) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f695fcd..d752018 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: application: - name: ss-common-purchase + name: sxt-common-purchase profiles: active: dev # active: test @@ -19,7 +19,7 @@ spring: enabled: true server: - port: 6215 + port: 10009 max-http-header-size: 102400 undertow: max-http-post-size: -1 @@ -40,11 +40,5 @@ mybatis-plus: call-setters-on-nulls: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl -#rocketmq: -# producer: -# group: yxt-supervise-gf -# name-server: 127.0.0.1:9876 - - diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index ea76604..dd0dcb6 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,7 +1,7 @@ - +