database connection pool selection algorithm
By default, database connections can be configured automatically using the DataSource pool. Here is an algorithm for selecting a specific implementation: because of the performance and concurrency of the Tomcat data source connection pool, we always use it preferentially when Tomcat is available. If HIKARICP is available, we will use it. If Commons DBCP is available, we will use it, but it is not recommended in the production environment. Finally, if
I. Preparation of the project
Direct use of the source code of the previous chapter, Spring Boot Tutorial (eight): Spring boot integrated pagehelper paging plugin II, adding MAPPER4 dependencies
Third, modify the Startup class @mapperscan package, note the package path!!!
no longer adopt MyBatis Org.mybatis.spring.
I. Preparation of the project
Use the source code of the previous section directly, Spring Boot tutorial (vii): Spring Boot integrated druid connection pool
For convenience, the following sections no longer modify the package name and the startup class name according to the chapter content, so the source code for the
Springboot officially recommends that we use spring-boot-starter-parent. spring-boot-starter-parent contains the following information:
1. Use Java 6 for compilation
2. UTF-8 encoding
3. implemented a general testing framework (JUnit, Hamcrest, Mockito ).
4. SMART Resource Filtering
5. intelligent plug-in configuration
, where the UU field is only tested if the name does not correspond, will the value be assigned successfully PrivateString UU; PrivateString resume; PublicString GetName () {returnname; } Public voidsetName (String name) { This. Name =name; } PublicInteger getage () {returnAge ; } Public voidsetage (Integer age) { This. Age =Age ; } PublicString Getuu () {returnUU; } Public voidsetuu (String uu) { This. UU =UU; } PublicString Getresume () {returnResume; } Public v
Download is the source code, download after decompression, into the Dubbo-admin directory executionMVN package is packaged into a binary war package (see target directory) and uploaded to your Docker host
My Docker host hosts the path to the war:/root/dockerdata
To the host also need to decompress the war package, change the configuration file
Cd/root/dockerdata
unzip dubbo-admin-2.5.5.war-d./dubbo-admin/r
In the Spring-boot-admin (SBA) monitoring side, in order to prevent unauthorized access, the general need to do access control. With a few simple steps, you can configure the spring security to control access to the SBA. 1, the introduction of dependence:
2. Configuration:
@Configuration @EnableWebSecurity public class Websecurityconfig extends Websecuritycon
Classes that overwrite Auto-configuration
Dynamic configuration with external properties "this article"
Customizing the Error page "second article"
The automatic configuration of Spring boot can save a lot of uninteresting configuration work, but not all automatic configuration can meet the requirements. For example, when you link a database, you need to use some or-mapping middleware, such as
1. Introduction to Spring Boot
A framework for simplifying spring application development;
A large integration of the entire spring technology stack;
A one-stop solution for the development of the Java EE;
2. Micro-ServiceMicroServices: Architectural style (service micro)An application should be a
integrity constraints that are defined on the data.
Isolation (Isolation):
There may be multiple transactions executing concurrently in the same environment, and each transaction should be performed independently. The effect of serially executing a series of transactions should be the same as executing them concurrently. This requires two things:
During the execution of a transaction, the intermediate (possibly inconsistent) state of the data should not be exposed to all other transactions.
T
The first step, locate the Docker.service fileThe contents are as follows:After=network.targetWants=docker-storage-setup.service[Service]Type=notifyEnvironmentfile=-/etc/sysconfig/dockerEnvironmentfile=-/etc/sysconfig/docker-storageEnvironmentfile=-/etc/sysconfig/docker-networkEnvironment=gotraceback=crashExecstart=/usr/bin/d
that most of the work here can be automated, and spring Boot appears!History of the Spring frameworkStarting pointIn October 2002, Rod Johnson wrote a book titled The Design and Development of the Expert one-on-one EE. This book, published by Wrox, introduces the development of Java enterprise applications at the time, and points out some of the major flaws in J
Pensionnumber;private status status;private String ip1;private String ip2;private String Ebutlerphonewsurl;... Public static Class status{private String success;private String Nouser;private String nobalance;private String unknown;。。。。。。}}Ip-phone:URL:ID:Key:Pensionnumber:ip1:IP2:Ebutlerphonewsurl:Status:success:0Nouser:4nobalance:16unknown:9995. Interceptors Handlerinterceptor blocked static resources by default in version 2.0.0 ResourceHandlermethod, skip the static resources.Handlermethod ob
Restart policy:Use the--restart parameter to set when using the Docker run.No-container does not restartOn-failure-container launch status non-0 o'clock restartAlways-restart all the Timeshttps://docs.docker.com/reference/commandline/cli/#restart-policiesRestart PoliciesUsing the --restart flag on Docker run you can specify a restart policy for how a container should or should isn't be restarted On exit.no
(value= "/{id}", method=requestmethod.get) A PublicUser getUser (@PathVariable Long id) { the //GET request to process "/users/{id}" to get user information for ID value in URL + //the ID in the URL can be bound to the parameters of the function by @pathvariable - returnusers.get (ID); $ } $ -@RequestMapping (value= "/{id}", method=requestmethod.put) - PublicString putuser (@PathVariable Long ID, @ModelAttribute user user) { the //handle put requ
Problem Description:The use of @restcontroller in spring boot does not work, does not return JSON, still look for the interface of the request address corresponding pagePerformance results:1 "Using the Postman Test interface, the performance of the return is 404, the corresponding page address is not found." 2 "docking front desk, access directly return system exception!!Workaround:The final reason is that
1. Modify the Spring boot project configuration fileIn addition to the main configuration file, create 2 additional profiles, note that the name to use Application-*.propertiesWrite in the master profile, using Dev as the development configurationSpring.profiles.active=dev2. Set the tomcat parameter in the server and invoke the production environment configurationOpen the Tomcat configuration softwareAdd co
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.