SSMプロジェクトのjdbc.propertiesの構成


#     
driver=com.mysql.jdbc.Driver
#     
url=jdbc:mysql://localhost:localhost_3306/iot
#     
username=root
#     
password=admin
#       ,                 
initialSize=0
#       ,       ,                 ,0    
maxActive=20
#      ,     ,          ,                       ,     maxIdle  ,0    
maxIdle=20
#      ,            ,             ,           
minIdle=1
#        (      ,  :  )
maxWait=60000