1234567891011121314151617 |
- server.port=80
- #server.context-path=/evaluation
- server.servlet.context-path=/evaluation
- #server.session.timeout=3600
- spring.datasource.url=jdbc:mysql://localhost:3306/evaluation?useUnicode=true&characterEncoding=utf-8&useSSL=false
- spring.datasource.username=root
- spring.datasource.password=root
- spring.datasource.driver-class-name=com.mysql.jdbc.Driver
- spring.datasource.sql-script-encoding=UTF-8
- spring.jpa.show-sql=true
- spring.jpa.properties.hibernate.hbm2ddl.auto=update
- spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
- spring.thymeleaf.mode=HTML
- spring.mvc.favicon.enabled=true
- spring.http.encoding.charset=UTF-8
- #spring.http.multipart.max-file-size=10MB
- USER_AVATAR_URL=http://123.207.151.92/evaluation/user/avatars/
|