@ -1,8 +1,8 @@
spring:
mvc:
view:
prefix: /WEB-INF/views/
suffix: .jsp
prefix:
suffix: .html
datasource:
url: jdbc:mysql://localhost:3306/loan?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
username: root
@ -10,3 +10,5 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis:
type-aliases-package: com.example.demo.Dao
#server:
# path: 80