Browse Source

update

master
yuanjunbin 2 years ago
parent
commit
d80c94105e
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      stock-forcast-backend/resources/application-dev.yml
  2. +2
    -2
      stock-forcast-backend/resources/application-dev.yml.bak

+ 1
- 1
stock-forcast-backend/resources/application-dev.yml View File

@@ -16,7 +16,7 @@ mybatis-plus:
logic-delete-value: true # 逻辑已删除值(默认为 1) logic-delete-value: true # 逻辑已删除值(默认为 1)
logic-not-delete-value: false # 逻辑未删除值(默认为 0) logic-not-delete-value: false # 逻辑未删除值(默认为 0)


type-aliases-package: com.tothefor.pojo.entity # 哪一个包里面的类可以在mapper文件中直接简写为类名
type-aliases-package: com.moxianchengbao.pojo.entity # 哪一个包里面的类可以在mapper文件中直接简写为类名
mapper-locations: classpath:/mapper/*.xml # 找mapper文件的位置,第一个位置不需要斜杠,classpath表示从resources开始 mapper-locations: classpath:/mapper/*.xml # 找mapper文件的位置,第一个位置不需要斜杠,classpath表示从resources开始
# configuration: # configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

+ 2
- 2
stock-forcast-backend/resources/application-dev.yml.bak View File

@@ -2,8 +2,8 @@ spring:
datasource: datasource:
username: root username: root
password: root password: root
url: jdbc:mysql://127.0.0.1:3306/tothefor?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/moxianchengbao?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
driver-class-name: com.mysql.cj.jdbc.Driver




server: server:


Loading…
Cancel
Save