GithubHelp home page GithubHelp logo

异常处理 about istock HOT 6 CLOSED

kingschan1204 avatar kingschan1204 commented on May 17, 2024
异常处理

from istock.

Comments (6)

kingschan1204 avatar kingschan1204 commented on May 17, 2024

1.点击这个链接注册帐号
2.然后https://tushare.pro/user/token 在这个页面可以拿到token
3.把token复制到application.properties
微信截图_20190409152849

微信截图_20190409152802

from istock.

kingschan1204 avatar kingschan1204 commented on May 17, 2024

tushare.token=你帐号的token 把这一项加入application.properties

from istock.

terrylakey avatar terrylakey commented on May 17, 2024

启动项目如何登录 登录用户的信息在哪里啊

from istock.

kingschan1204 avatar kingschan1204 commented on May 17, 2024

istock项目不需要登录的呀。

from istock.

terrylakey avatar terrylakey commented on May 17, 2024

istock项目不需要登录的呀。

我这边启动之后用 127.0.0.1访问弹出一个登录的对话框来
image

from istock.

kingschan1204 avatar kingschan1204 commented on May 17, 2024

这个是spring boot actuator 开放管理接口 帐号密码是自己设置的。
1.x分支

management.context-path=/admin
security.user.name=配置的帐号
security.user.password=配置的密码

2.x分支配置

#actuator端口
management.server.port=80
#修改访问路径  2.0之前默认是/   2.0默认是 /actuator  可以通过这个属性值修改
management.endpoints.web.base-path=/admin
#开放所有页面节点  默认只开启了health、info两个节点
management.endpoints.web.exposure.include=*
management.endpoint.metrics.enable=true
#显示健康具体信息  默认不会显示详细信息
management.endpoint.health.show-details=always
spring.security.user.name=配置的帐号
spring.security.user.password=配置的密码
spring.security.user.roles=SUPERUSER

from istock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.