mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 19:53:26 +09:00
mybatis 세팅됨
This commit is contained in:
@@ -1 +1,13 @@
|
||||
#DB Datasource
|
||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mariadb://summerneko.com:43306/wms
|
||||
spring.datasource.username=client
|
||||
spring.datasource.password=no1wms
|
||||
|
||||
# Mapper Xml Location
|
||||
mybatis.mapper-locations=classpath:mappers/*.xml
|
||||
mybatis.type-aliases-package=com.no1.wms
|
||||
|
||||
# jsp
|
||||
spring.mvc.view.prefix=/WEB-INF/views/
|
||||
spring.mvc.view.suffix=.jsp
|
||||
Reference in New Issue
Block a user