完全なidea spring bootプロジェクトとピット---12.application.properties


#     ,  mysql  sql      ???
spring.datasource.url = jdbc:mysql://localhost:3306/met_nj?useSSL=false&useUnicode=true&characterEncoding=utf8
spring.datasource.username = root
spring.datasource.password =
spring.datasource.driverClassName =com.mysql.jdbc.Driver
#   ,         
spring.thymeleaf.cache = false
#    ,    resources 
mybatis.mapper-locations=classpath:/mapper/*.xml
#  
server.port=8889 
#tomcat             ,http://localhost:8888/    
#       ,   sprignmvc        
#server.servlet.context-path=/dd
# session      (  ),   30
server.session-timeout=60
#      IP  ,            IP           ,             
# server.address=192.168.16.11

#    
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true 
params: count=countSql