Compare commits
22 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c6cc478545 | ||
|
bf0b7fd2b4 | ||
|
e9ee1c55f0 | ||
|
749c43c379 | ||
|
d44c911bc1 | ||
|
41ea26e0a3 | ||
|
cef603db96 | ||
|
b1f0704696 | ||
|
3658d3347e | ||
|
a83d726872 | ||
|
7d5c5dff74 | ||
|
f3afdc04cd | ||
|
ef43e2889e | ||
|
fe3a5f884b | ||
|
e8c86bd159 | ||
|
51b5de2eed | ||
|
c84a583c3f | ||
|
18c67233da | ||
|
d567caa61c | ||
|
41561a3a8a | ||
|
70fba42683 | ||
|
644b7078d7 |
@@ -35,7 +35,7 @@ $ cd wise-api
|
||||
$ mvn spring-boot:run
|
||||
```
|
||||
|
||||
## Compile and Start Frontend
|
||||
### Compile and Start Frontend
|
||||
|
||||
You need to checkout https://github.com/wisemapping/wisemapping-frontend first. Then, follow the next steps:
|
||||
|
||||
@@ -59,7 +59,6 @@ Application will start at http://localhost:3000/c/login. You can login using *te
|
||||
* PostgreSQL v15 or higher
|
||||
* Hsqldb v2.7 or higher
|
||||
|
||||
|
||||
# Configuration
|
||||
|
||||
WiseMapping backend is based on SpringBoot v3 and it's highly customizable. Additional documentation can be found [here](https://docs.spring.io/spring-boot/3.3/reference/features/external-config.html)
|
||||
|
6
wise-webapp/src/main/webapp/robots.txt
Normal file
6
wise-webapp/src/main/webapp/robots.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Sitemap: https://www.wisemapping.com/sitemap.xml
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /c/restful/maps/*/document/xml-pub
|
||||
Disallow: /c/maps/*/edit
|
Reference in New Issue
Block a user