Guest User

Untitled

a guest
Mar 12th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <IfModule alias_module>
  2. Alias /licenses "C:/xampp/licenses/"
  3. <Directory "C:/xampp/licenses">
  4. Options +Indexes
  5. <IfModule autoindex_color_module>
  6. DirectoryIndexTextColor "#000000"
  7. DirectoryIndexBGColor "#f8e8a0"
  8. DirectoryIndexLinkColor "#bb3902"
  9. DirectoryIndexVLinkColor "#bb3902"
  10. DirectoryIndexALinkColor "#bb3902"
  11. </IfModule>
  12. Require local
  13. Require all granted
  14. ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
  15. </Directory>
  16.  
  17. spring.jpa.hibernate.ddl-auto=update
  18. spring.datasource.url=jdbc:mysql://localhost:3306/shop
  19. spring.datasource.username=user
  20. spring.datasource.password=password
  21. server.port=8080
Add Comment
Please, Sign In to add comment