Spring Boot
Adventure1995
这个作者很懒,什么都没留下…
展开
-
RSA With Swagger
package com.winplan365.othink.rest.controller;import com.fasterxml.jackson.databind.ObjectMapper;import com.winplan365.othink.rest.dto.CryptoDto;import com.winplan365.othink.rest.model.response.Response;import com.winplan365.othink.rest.properties.R..原创 2021-01-20 09:41:47 · 198 阅读 · 0 评论 -
I Want To Be Loved By You
package com.winplan365.othink.rest.controller;import com.fasterxml.jackson.databind.ObjectMapper;import com.winplan365.othink.rest.dto.CryptoDto;import com.winplan365.othink.rest.model.response.Response;import com.winplan365.othink.rest.properties.R..原创 2021-01-19 19:15:38 · 139 阅读 · 0 评论 -
I Always Knew She Will Be Loved
package com.winplan365.othink.rest.properties;import org.springframework.boot.context.properties.ConfigurationProperties;import org.springframework.stereotype.Component;@Component@ConfigurationProperties(prefix = "rsa")public class RSAProperties {.原创 2021-01-19 17:46:53 · 85 阅读 · 0 评论 -
She Will Be Loved By Everyone Else Other Than You
package com.winplan365.othink.rest.controller;import com.fasterxml.jackson.databind.ObjectMapper;import com.winplan365.othink.rest.dto.CryptoDto;import com.winplan365.othink.rest.model.response.Response;import com.winplan365.othink.rest.tool.RSAUtil..原创 2021-01-19 17:08:33 · 98 阅读 · 0 评论 -
Swagger, What A Drama Queen!
package com.winplan365.othink.rest.controller;import com.winplan365.othink.rest.model.response.Response;import io.swagger.annotations.*;import org.springframework.web.bind.annotation.*;@Api(value = "FoxIsBeautifulAndDangerous", description = "She w..原创 2021-01-19 14:53:51 · 138 阅读 · 0 评论 -
JDBC Template
1,package tacos.data;import java.sql.Timestamp;import java.sql.Types;import java.util.Arrays;import java.util.Date;import org.springframework.jdbc.core.JdbcTemplate;import org.springframewo...原创 2019-08-22 15:34:09 · 176 阅读 · 0 评论