You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
512 B
21 lines
512 B
#mybatis-plus配置 |
|
mybatis-plus: |
|
mapper-locations: classpath:com/hnac/hzims/**/mapper/*Mapper.xml |
|
#实体扫描,多个package用逗号或者分号分隔 |
|
typeAliasesPackage: com.hnac.hzims.**.entity |
|
|
|
#swagger扫描路径配置 |
|
swagger: |
|
base-packages: |
|
- org.springbalde |
|
- com.hnac |
|
|
|
#oss配置 |
|
oss: |
|
enabled: true |
|
name: minio |
|
tenant-mode: false |
|
endpoint: http://127.0.0.1:9000 |
|
access-key: D99KGE6ZTQXSATTJWU24 |
|
secret-key: QyVqGnhIQQE734UYSUFlGOZViE6+ZlDEfUG3NjhJ |
|
bucket-name: bladex
|
|
|