基本信息
源码名称:获取AWS-PowerBI token的代码
源码大小:29.99M
文件格式:.zip
开发语言:Java
更新时间:2020-08-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍


powerbi

├── pom.xml
├── powerbi.iml
├── src
│   └── main
│       ├── java
│       │   └── example
│       │       ├── controller
│       │       │   ├── ClientToken.java
│       │       │   └── DemoController.java
│       │       ├── dao
│       │       ├── pojo
│       │       └── service
│       ├── resources
│       └── webapp
│           ├── WEB-INF
│           │   ├── applicationContext.xml
│           │   ├── dispatcher-servlet.xml
│           │   └── web.xml
│           ├── index.jsp
│           ├── statics
│           │   ├── css
│           │   │   └── index.css
│           │   ├── images
│           │   ├── js
│           │   ├── pbiembed.html
│           │   └── scripts
│           │       ├── jquery-1.10.2.js
│           │       └── powerbi.js
│           └── views
│               └── index.jsp
└── target
    ├── classes
    │   ├── META-INF
    │   │   └── powerbi.kotlin_module
    │   └── example
    │       ├── controller
    │       │   ├── ClientToken.class
    │       │   └── DemoController.class
    │       ├── teadsfasd.class
    │       ├── tesss.class
    │       ├── test.class
    │       ├── test1.class
    │       ├── test1004.class
    │       ├── test1007.class
    │       ├── test1031.class
    │       └── test1042.class
    ├── generated-sources
    │   └── annotations
    ├── powerbi
    │   ├── META-INF
    │   │   └── MANIFEST.MF
    │   ├── WEB-INF
    │   │   ├── applicationContext.xml
    │   │   ├── classes
    │   │   │   └── example
    │   │   │       ├── controller
    │   │   │       │   ├── ClientToken.class
    │   │   │       │   └── DemoController.class
    │   │   │       └── test.class
    │   │   ├── dispatcher-servlet.xml
    │   │   ├── lib
    │   │   │   ├── activation-1.1.jar
    │   │   │   ├── adal4j-1.1.2.jar
    │   │   │   ├── aopalliance-1.0.jar
    │   │   │   ├── aspectjweaver-1.8.9.jar
    │   │   │   ├── bcprov-jdk15on-1.51.jar
    │   │   │   ├── commons-codec-1.10.jar
    │   │   │   ├── commons-fileupload-1.3.1.jar
    │   │   │   ├── commons-io-2.4.jar
    │   │   │   ├── commons-lang3-3.4.jar
    │   │   │   ├── commons-logging-1.2.jar
    │   │   │   ├── fastjson-1.2.46.jar
    │   │   │   ├── gson-2.2.4.jar
    │   │   │   ├── httpclient-4.5.jar
    │   │   │   ├── httpcore-4.4.1.jar
    │   │   │   ├── javax.json-1.1.2.jar
    │   │   │   ├── javax.json-api-1.1.2.jar
    │   │   │   ├── javax.servlet-api-3.1.0.jar
    │   │   │   ├── jcip-annotations-1.0.jar
    │   │   │   ├── json-smart-1.1.1.jar
    │   │   │   ├── jsp-api-2.2.jar
    │   │   │   ├── jstl-1.2.jar
    │   │   │   ├── lang-tag-1.4.jar
    │   │   │   ├── log4j-1.2.17.jar
    │   │   │   ├── mail-1.4.7.jar
    │   │   │   ├── mysql-connector-java-5.1.35.jar
    │   │   │   ├── nimbus-jose-jwt-3.1.2.jar
    │   │   │   ├── oauth2-oidc-sdk-4.5.jar
    │   │   │   ├── slf4j-api-1.7.5.jar
    │   │   │   ├── slf4j-log4j12-1.7.10.jar
    │   │   │   ├── spring-aop-4.2.6.RELEASE.jar
    │   │   │   ├── spring-beans-4.2.6.RELEASE.jar
    │   │   │   ├── spring-context-4.2.6.RELEASE.jar
    │   │   │   ├── spring-core-4.2.6.RELEASE.jar
    │   │   │   ├── spring-expression-4.2.6.RELEASE.jar
    │   │   │   ├── spring-jdbc-4.2.6.RELEASE.jar
    │   │   │   ├── spring-test-4.2.6.RELEASE.jar
    │   │   │   ├── spring-tx-4.2.6.RELEASE.jar
    │   │   │   ├── spring-web-4.2.6.RELEASE.jar
    │   │   │   └── spring-webmvc-4.2.6.RELEASE.jar
    │   │   └── web.xml
    │   ├── index.jsp
    │   ├── statics
    │   │   ├── css
    │   │   │   └── index.css
    │   │   ├── pbiembed.html
    │   │   └── scripts
    │   │       ├── jquery-1.10.2.js
    │   │       └── powerbi.js
    │   └── views
    │       └── index.jsp
    └── powerbi.war

35 directories, 77 files