| | |
| | | # password: xltys1995 |
| | | # sql-server |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=cool |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |
| | |
| | | port: 6379 |
| | | database: 0 |
| | | # password: xltys1995 |
| | | servlet: |
| | | multipart: |
| | | maxFileSize: 10MB |
| | | maxRequestSize: 100MB |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | # configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | logging: |
| | | path: /stock/out/logs |