#���ʸ�·�� #Ӧ������ spring.application.name=light-controller #���ʶ˿ں� server.port=7004 #�����ʽ server.tomcat.uri-encoding=utf-8 #���ݿ�������� spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/new_school?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&useSSL=false spring.datasource.username=root spring.datasource.password=123456 spring.datasource.max-idle=10 spring.datasource.max-wait=10000 spring.datasource.min-idle=5 spring.datasource.initial-size=5 #session�������� server.servlet.session.timeout=30m