Commit e120dc6d authored by Liang Ding's avatar Liang Ding

.

parent 01dbc2f7
...@@ -56,7 +56,7 @@ public final class Starter { ...@@ -56,7 +56,7 @@ public final class Starter {
*/ */
public static void main(final String[] args) throws Exception { public static void main(final String[] args) throws Exception {
final Logger logger = Logger.getLogger(Starter.class); final Logger logger = Logger.getLogger(Starter.class);
logger.info("Standalone mode, see [https://github.com/b3log/solo/wiki/standalone_mode] for more details."); logger.info("Standalone mode, see [https://github.com/b3log/solo/wiki/standalone_mode] for more details.");
String webappDirLocation = "src/main/webapp/"; // POM structure in dev env String webappDirLocation = "src/main/webapp/"; // POM structure in dev env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment