feat:密码模式登陆v1
This commit is contained in:
11
xs-server/src/main/resources/application.yml
Normal file
11
xs-server/src/main/resources/application.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
server:
|
||||
port: 38011
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
|
||||
mybatis:
|
||||
mapper-locations:
|
||||
- classpath*:mapper/*/*.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
Reference in New Issue
Block a user