| | |
| | | #数据库链接 |
| | | spring.datasource.username=root |
| | | spring.datasource.password=root |
| | | spring.datasource.url=jdbc:mysql://127.0.0.1:3306/md_test_local?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 |
| | | spring.datasource.url=jdbc:mysql://127.0.0.1:3306/db_alpha?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 |
| | | |
| | | |
| | | #是否启用debug模式 |
| | |
| | | |
| | | spring.profiles.active=alpha |
| | | spring.profiles.active=local |
| | | evn=dev |
| | | server.port=8080 |
| | | |
| | |
| | | <a id="dLabel" data-toggle="dropdown" class="dropdown-toggle" href="#" aria-haspopup="true" aria-expanded="true"> |
| | | <span class="clear" style="height: auto;"> |
| | | <span class="block m-t-xs"> |
| | | <<<<<<< HEAD |
| | | <strong class="font-bold">阿尔法云管理系统</strong> |
| | | ======= |
| | | <strong class="font-bold">{{systemName}}</strong> |
| | | >>>>>>> feature/订单服务单代码改造 |
| | | </span> |
| | | </span> |
| | | </a> |