mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
Delete src/main/resources/application.properties
delete application.properties
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
#DB Datasource
|
|
||||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
|
||||||
spring.datasource.url=jdbc:mariadb://ttttt:1234/abc
|
|
||||||
spring.datasource.username=
|
|
||||||
spring.datasource.password=
|
|
||||||
|
|
||||||
# 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