| | |
| | | |
| | | select id, pid, type, cn_name, en_name, url, serve_type, data_type, elev, pubid, is_project, bak |
| | | from lf.sys_layer where serve_type = 'WMS' order by id; |
| | | |
| | | select id,uid,uname,pwd from lf.sys_user order by uid; |
| | | |
| | | |
| | |
| | | package com.lf.server.config; |
| | | |
| | | import com.lf.server.entity.all.StaticData; |
| | | import com.lf.server.helper.*; |
| | | import com.lf.server.service.all.TestService; |
| | | import com.lf.server.service.all.UploadAttachService; |
| | |
| | | |
| | | //testService.testRegister(); |
| | | pathHelper.init(); |
| | | StaticData.ADMIN = env.getProperty("sys.admin"); |
| | | argsService.initSettingData(); |
| | | |
| | | log.info("***************** 系统启动完毕 *****************" + "\n"); |
| | |
| | | package com.lf.server.entity.all; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.lf.server.helper.StringHelper; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Arrays; |
| | |
| | | |
| | | public final static String OSGB = ".osgb"; |
| | | |
| | | public final static String ADMIN = "admin"; |
| | | public static String ADMIN = "admin"; |
| | | |
| | | public final static String SYS_META = "sysmeta"; |
| | | |
| | |
| | | |
| | | # 系统配置 |
| | | sys: |
| | | # 管理员ID |
| | | admin: ad_Lf1122_min |
| | | # IIS的主机地址 |
| | | iisHost: 127.0.0.1 |
| | | # FME服务地址 |
| | |
| | | <form class="main_form"> |
| | | <div class="main_txt"> |
| | | <img src="../images/login/user.png" alt="" /> |
| | | <input id="username" type="text" value="administratoR" maxlength="30" placeholder="请输入用户名" /> |
| | | <input id="username" type="text" value="" maxlength="30" placeholder="请输入用户名" /> |
| | | </div> |
| | | |
| | | <div class="main_txt" style="margin-top: 48px;"> |